pub enum ProtocolErrorKind {
BadClass,
Busy,
Client,
NotFound,
NotStored,
Server,
Syntax,
}
Variants§
Trait Implementations§
Source§impl Clone for ProtocolErrorKind
impl Clone for ProtocolErrorKind
Source§fn clone(&self) -> ProtocolErrorKind
fn clone(&self) -> ProtocolErrorKind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProtocolErrorKind
impl Debug for ProtocolErrorKind
Source§impl Display for ProtocolErrorKind
impl Display for ProtocolErrorKind
Source§impl Hash for ProtocolErrorKind
impl Hash for ProtocolErrorKind
Source§impl PartialEq for ProtocolErrorKind
impl PartialEq for ProtocolErrorKind
impl Copy for ProtocolErrorKind
impl Eq for ProtocolErrorKind
impl StructuralPartialEq for ProtocolErrorKind
Auto Trait Implementations§
impl Freeze for ProtocolErrorKind
impl RefUnwindSafe for ProtocolErrorKind
impl Send for ProtocolErrorKind
impl Sync for ProtocolErrorKind
impl Unpin for ProtocolErrorKind
impl UnwindSafe for ProtocolErrorKind
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