pub struct ViewMessage { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ViewMessage
impl !RefUnwindSafe for ViewMessage
impl Send for ViewMessage
impl Sync for ViewMessage
impl Unpin for ViewMessage
impl !UnwindSafe for ViewMessage
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