pub struct ItemStruct {
pub meta: Meta,
pub name: String,
pub fields: Vec<Field>,
}Expand description
Struct item.
Fields§
§meta: Meta§name: String§fields: Vec<Field>Trait Implementations§
Source§impl Clone for ItemStruct
impl Clone for ItemStruct
Source§fn clone(&self) -> ItemStruct
fn clone(&self) -> ItemStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ItemStruct
impl Debug for ItemStruct
Source§impl PartialEq for ItemStruct
impl PartialEq for ItemStruct
impl Eq for ItemStruct
impl StructuralPartialEq for ItemStruct
Auto Trait Implementations§
impl Freeze for ItemStruct
impl RefUnwindSafe for ItemStruct
impl Send for ItemStruct
impl Sync for ItemStruct
impl Unpin for ItemStruct
impl UnsafeUnpin for ItemStruct
impl UnwindSafe for ItemStruct
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