struct NamedStructField<'a> {
ident: &'a Ident,
field: &'a Field,
item: Option<ItemOption>,
}
Fields§
§ident: &'a Ident
§field: &'a Field
§item: Option<ItemOption>
Auto Trait Implementations§
impl<'a> Freeze for NamedStructField<'a>
impl<'a> RefUnwindSafe for NamedStructField<'a>
impl<'a> !Send for NamedStructField<'a>
impl<'a> !Sync for NamedStructField<'a>
impl<'a> Unpin for NamedStructField<'a>
impl<'a> UnwindSafe for NamedStructField<'a>
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