pub struct SchemaDefEnumSymbol { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaDefEnumSymbol
impl RefUnwindSafe for SchemaDefEnumSymbol
impl Send for SchemaDefEnumSymbol
impl Sync for SchemaDefEnumSymbol
impl Unpin for SchemaDefEnumSymbol
impl UnwindSafe for SchemaDefEnumSymbol
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