pub enum ReplyCodeCategory {
Syntax,
Information,
Connection,
ReceiverStatus,
Unspecified,
}
Variants§
Trait Implementations§
Source§impl Clone for ReplyCodeCategory
impl Clone for ReplyCodeCategory
Source§fn clone(&self) -> ReplyCodeCategory
fn clone(&self) -> ReplyCodeCategory
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 ReplyCodeCategory
impl Debug for ReplyCodeCategory
Source§impl PartialEq for ReplyCodeCategory
impl PartialEq for ReplyCodeCategory
impl Copy for ReplyCodeCategory
impl Eq for ReplyCodeCategory
impl StructuralPartialEq for ReplyCodeCategory
Auto Trait Implementations§
impl Freeze for ReplyCodeCategory
impl RefUnwindSafe for ReplyCodeCategory
impl Send for ReplyCodeCategory
impl Sync for ReplyCodeCategory
impl Unpin for ReplyCodeCategory
impl UnwindSafe for ReplyCodeCategory
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