Struct wecom_agent::message::MarkDownMsg
source · pub struct MarkDownMsg {}Auto Trait Implementations§
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