Struct smtp_message::ReplyCode
source · [−]Tuple Fields
0: [u8; 3]
Implementations
sourceimpl ReplyCode
impl ReplyCode
pub const SYSTEM_STATUS: ReplyCode
pub const HELP_MESSAGE: ReplyCode
pub const SERVICE_READY: ReplyCode
pub const CLOSING_CHANNEL: ReplyCode
pub const OKAY: ReplyCode
pub const USER_NOT_LOCAL_WILL_FORWARD: ReplyCode
pub const CANNOT_VRFY_BUT_PLEASE_TRY: ReplyCode
pub const START_MAIL_INPUT: ReplyCode
pub const SERVICE_NOT_AVAILABLE: ReplyCode
pub const MAILBOX_TEMPORARILY_UNAVAILABLE: ReplyCode
pub const LOCAL_ERROR: ReplyCode
pub const INSUFFICIENT_STORAGE: ReplyCode
pub const UNABLE_TO_ACCEPT_PARAMETERS: ReplyCode
pub const COMMAND_UNRECOGNIZED: ReplyCode
pub const SYNTAX_ERROR: ReplyCode
pub const COMMAND_UNIMPLEMENTED: ReplyCode
pub const BAD_SEQUENCE: ReplyCode
pub const PARAMETER_UNIMPLEMENTED: ReplyCode
pub const SERVER_DOES_NOT_ACCEPT_MAIL: ReplyCode
pub const MAILBOX_UNAVAILABLE: ReplyCode
pub const POLICY_REASON: ReplyCode
pub const USER_NOT_LOCAL: ReplyCode
pub const EXCEEDED_STORAGE: ReplyCode
pub const MAILBOX_NAME_INCORRECT: ReplyCode
pub const TRANSACTION_FAILED: ReplyCode
pub const MAIL_OR_RCPT_PARAMETER_UNIMPLEMENTED: ReplyCode
pub const DOMAIN_DOES_NOT_ACCEPT_MAIL: ReplyCode
Trait Implementations
sourceimpl<'de> Deserialize<'de> for ReplyCode
impl<'de> Deserialize<'de> for ReplyCode
sourcefn 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 Copy for ReplyCode
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more