enum FieldAttribute {
Item(ItemOption),
}
Variants§
Item(ItemOption)
Trait Implementations§
Source§impl Parse for FieldAttribute
impl Parse for FieldAttribute
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for FieldAttribute
impl RefUnwindSafe for FieldAttribute
impl !Send for FieldAttribute
impl !Sync for FieldAttribute
impl Unpin for FieldAttribute
impl UnwindSafe for FieldAttribute
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