pub struct MessageFamily;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageFamily
impl RefUnwindSafe for MessageFamily
impl Send for MessageFamily
impl Sync for MessageFamily
impl Unpin for MessageFamily
impl UnsafeUnpin for MessageFamily
impl UnwindSafe for MessageFamily
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