struct TypeFields {
ident: Ident,
generics: Generics,
attrs: Vec<Attribute>,
}Fields§
§ident: Ident§generics: Generics§attrs: Vec<Attribute>Auto Trait Implementations§
impl Freeze for TypeFields
impl RefUnwindSafe for TypeFields
impl !Send for TypeFields
impl !Sync for TypeFields
impl Unpin for TypeFields
impl UnwindSafe for TypeFields
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