Enum vsmtp_common::ReplyCode
[−]Expand description
Codes as the start of each lines of a reply
Variants
Code
Fields
code: u16code base
simple Reply Code as defined in RFC5321
Enhanced
enhanced codes
Implementations
Trait Implementations
impl<'de> Deserialize<'de> for ReplyCode
impl<'de> Deserialize<'de> for ReplyCode
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReplyCode
impl StructuralEq for ReplyCode
impl StructuralPartialEq for ReplyCode
Auto Trait Implementations
impl RefUnwindSafe for ReplyCode
impl Send for ReplyCode
impl Sync for ReplyCode
impl Unpin for ReplyCode
impl UnwindSafe for ReplyCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more