Fields
name: String
fields: Vec<Field>
Trait Implementations
impl Eq for StructDec
impl StructuralEq for StructDec
impl StructuralPartialEq for StructDec
Auto Trait Implementations
impl RefUnwindSafe for StructDec
impl Send for StructDec
impl Sync for StructDec
impl Unpin for StructDec
impl UnwindSafe for StructDec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more