pub struct NameArgs<T> {
pub name_span: Span,
pub args: T,
}
Expand description
name(value)
style attribute argument.
See #[derive(StructMeta)]
documentation for details.
Fields§
§name_span: Span
§args: T
Trait Implementations§
impl<T: Copy> Copy for NameArgs<T>
Auto Trait Implementations§
impl<T> Freeze for NameArgs<T>where
T: Freeze,
impl<T> RefUnwindSafe for NameArgs<T>where
T: RefUnwindSafe,
impl<T> !Send for NameArgs<T>
impl<T> !Sync for NameArgs<T>
impl<T> Unpin for NameArgs<T>where
T: Unpin,
impl<T> UnwindSafe for NameArgs<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more