pub struct MarkDownMsg {}Auto Trait Implementations§
impl Freeze for MarkDownMsg
impl RefUnwindSafe for MarkDownMsg
impl Send for MarkDownMsg
impl Sync for MarkDownMsg
impl Unpin for MarkDownMsg
impl UnwindSafe for MarkDownMsg
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