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