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