struct TokenVariantField {
ident: Option<Ident>,
}
Fields§
§ident: Option<Ident>
Trait Implementations§
Source§impl FromField for TokenVariantField
impl FromField for TokenVariantField
fn from_field(__field: &Field) -> Result<Self>
Auto Trait Implementations§
impl Freeze for TokenVariantField
impl RefUnwindSafe for TokenVariantField
impl !Send for TokenVariantField
impl !Sync for TokenVariantField
impl Unpin for TokenVariantField
impl UnwindSafe for TokenVariantField
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