Enum smtp_queue_fs::QueueType
source · [−]pub enum QueueType {
Data,
Queue,
Inflight,
Cleanup,
}
Variants
Data
Queue
Inflight
Cleanup
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueueType
impl Send for QueueType
impl Sync for QueueType
impl Unpin for QueueType
impl UnwindSafe for QueueType
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