pub enum SchemaDefNamedType {
Record(SchemaDefRecord),
Enum(SchemaDefEnum),
}Variants§
Record(SchemaDefRecord)
Enum(SchemaDefEnum)
Auto Trait Implementations§
impl Freeze for SchemaDefNamedType
impl RefUnwindSafe for SchemaDefNamedType
impl Send for SchemaDefNamedType
impl Sync for SchemaDefNamedType
impl Unpin for SchemaDefNamedType
impl UnsafeUnpin for SchemaDefNamedType
impl UnwindSafe for SchemaDefNamedType
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