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