pub enum SchemaItem {
Config(ConfigBlock),
Enum(EnumDef),
Model(Model),
}Variants§
Trait Implementations§
Source§impl Clone for SchemaItem
impl Clone for SchemaItem
Source§fn clone(&self) -> SchemaItem
fn clone(&self) -> SchemaItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SchemaItem
impl Debug for SchemaItem
Source§impl PartialEq for SchemaItem
impl PartialEq for SchemaItem
impl StructuralPartialEq for SchemaItem
Auto Trait Implementations§
impl Freeze for SchemaItem
impl RefUnwindSafe for SchemaItem
impl Send for SchemaItem
impl Sync for SchemaItem
impl Unpin for SchemaItem
impl UnsafeUnpin for SchemaItem
impl UnwindSafe for SchemaItem
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