Struct wecom_agent::message::TextCardMsg
source · pub struct TextCardMsg {}Auto Trait Implementations§
impl RefUnwindSafe for TextCardMsg
impl Send for TextCardMsg
impl Sync for TextCardMsg
impl Unpin for TextCardMsg
impl UnwindSafe for TextCardMsg
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