Struct miltr_common::actions::Skip
source · pub struct Skip;Expand description
Skip this mail processing
Trait Implementations§
source§impl From<Skip> for ServerCommand
impl From<Skip> for ServerCommand
Auto Trait Implementations§
impl RefUnwindSafe for Skip
impl Send for Skip
impl Sync for Skip
impl Unpin for Skip
impl UnwindSafe for Skip
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