Enum melib::backends::MailBackendExtensionStatus [−][src]
pub enum MailBackendExtensionStatus {
Unsupported {
comment: Option<&'static str>,
},
Supported {
comment: Option<&'static str>,
},
Enabled {
comment: Option<&'static str>,
},
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MailBackendExtensionStatus
impl Send for MailBackendExtensionStatus
impl Sync for MailBackendExtensionStatus
impl Unpin for MailBackendExtensionStatus
impl UnwindSafe for MailBackendExtensionStatus
Blanket Implementations
Mutably borrows from an owned value. Read more