pub struct BinaryMessage { /* private fields */ }Expand description
Binary message wrapper
Implementations§
Auto Trait Implementations§
impl !Freeze for BinaryMessage
impl RefUnwindSafe for BinaryMessage
impl Send for BinaryMessage
impl Sync for BinaryMessage
impl Unpin for BinaryMessage
impl UnsafeUnpin for BinaryMessage
impl UnwindSafe for BinaryMessage
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