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