pub struct ImageMsg {}Auto Trait Implementations§
impl Freeze for ImageMsg
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