pub enum StatelessDataSchemaType {
Boolean,
Null,
}Expand description
The type of a stateless DataSchema specialization.
Variants§
Auto Trait Implementations§
impl Freeze for StatelessDataSchemaType
impl RefUnwindSafe for StatelessDataSchemaType
impl Send for StatelessDataSchemaType
impl Sync for StatelessDataSchemaType
impl Unpin for StatelessDataSchemaType
impl UnwindSafe for StatelessDataSchemaType
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