pub struct SchemaOpts;Auto Trait Implementations§
impl Freeze for SchemaOpts
impl RefUnwindSafe for SchemaOpts
impl Send for SchemaOpts
impl Sync for SchemaOpts
impl Unpin for SchemaOpts
impl UnsafeUnpin for SchemaOpts
impl UnwindSafe for SchemaOpts
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