pub struct StructUnit {
pub name: String,
pub fields: Vec<FieldUnit>,
pub derive: Vec<String>,
pub doc: Option<String>,
}Fields§
§name: String§fields: Vec<FieldUnit>§derive: Vec<String>§doc: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for StructUnit
impl RefUnwindSafe for StructUnit
impl Send for StructUnit
impl Sync for StructUnit
impl Unpin for StructUnit
impl UnsafeUnpin for StructUnit
impl UnwindSafe for StructUnit
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