pub struct NoMsgTypes;Expand description
NoMsgTypes (384).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoMsgTypes
impl RefUnwindSafe for NoMsgTypes
impl Send for NoMsgTypes
impl Sync for NoMsgTypes
impl Unpin for NoMsgTypes
impl UnsafeUnpin for NoMsgTypes
impl UnwindSafe for NoMsgTypes
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