pub struct NullableSchema {
pub inner: Box<dyn Schema>,
}Fields§
§inner: Box<dyn Schema>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NullableSchema
impl !UnwindSafe for NullableSchema
impl Freeze for NullableSchema
impl Send for NullableSchema
impl Sync for NullableSchema
impl Unpin for NullableSchema
impl UnsafeUnpin for NullableSchema
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