pub enum ReplyCodeKind {
PositiveCompletion,
PositiveIntermediate,
TransientNegative,
PermanentNegative,
}
Variants§
Trait Implementations§
Source§impl Clone for ReplyCodeKind
impl Clone for ReplyCodeKind
Source§fn clone(&self) -> ReplyCodeKind
fn clone(&self) -> ReplyCodeKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReplyCodeKind
impl Debug for ReplyCodeKind
Source§impl PartialEq for ReplyCodeKind
impl PartialEq for ReplyCodeKind
impl Copy for ReplyCodeKind
impl Eq for ReplyCodeKind
impl StructuralPartialEq for ReplyCodeKind
Auto Trait Implementations§
impl Freeze for ReplyCodeKind
impl RefUnwindSafe for ReplyCodeKind
impl Send for ReplyCodeKind
impl Sync for ReplyCodeKind
impl Unpin for ReplyCodeKind
impl UnwindSafe for ReplyCodeKind
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