pub struct BoxedFormat { /* private fields */ }
Expand description
A serializer/deserializer for protocol messages.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxedFormat
impl !RefUnwindSafe for BoxedFormat
impl Send for BoxedFormat
impl Sync for BoxedFormat
impl Unpin for BoxedFormat
impl !UnwindSafe for BoxedFormat
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