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