pub struct InvalidProtocol;Expand description
Error when parsing the protocol
Auto Trait Implementations§
impl Freeze for InvalidProtocol
impl RefUnwindSafe for InvalidProtocol
impl Send for InvalidProtocol
impl Sync for InvalidProtocol
impl Unpin for InvalidProtocol
impl UnwindSafe for InvalidProtocol
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