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