pub struct FieldAttributesData {
pub ident: Ident,
pub skip: bool,
}
Fields§
§ident: Ident
§skip: bool
Auto Trait Implementations§
impl Freeze for FieldAttributesData
impl RefUnwindSafe for FieldAttributesData
impl !Send for FieldAttributesData
impl !Sync for FieldAttributesData
impl Unpin for FieldAttributesData
impl UnwindSafe for FieldAttributesData
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