pub struct MacroStages { /* private fields */ }
Expand description
Macro stages requested by this milter server
Implementations§
Source§impl MacroStages
impl MacroStages
Sourcepub fn with_stage<S: ToString>(&mut self, stage: MacroStage, macros: &[S])
pub fn with_stage<S: ToString>(&mut self, stage: MacroStage, macros: &[S])
Request macros
for the stage
provided.
Trait Implementations§
Source§impl Clone for MacroStages
impl Clone for MacroStages
Source§fn clone(&self) -> MacroStages
fn clone(&self) -> MacroStages
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MacroStages
impl Debug for MacroStages
Source§impl Default for MacroStages
impl Default for MacroStages
Source§fn default() -> MacroStages
fn default() -> MacroStages
Returns the “default value” for a type. Read more
Source§impl Index<MacroStage> for MacroStages
impl Index<MacroStage> for MacroStages
Source§impl IndexMut<MacroStage> for MacroStages
impl IndexMut<MacroStage> for MacroStages
Source§impl PartialEq for MacroStages
impl PartialEq for MacroStages
impl StructuralPartialEq for MacroStages
Auto Trait Implementations§
impl Freeze for MacroStages
impl RefUnwindSafe for MacroStages
impl Send for MacroStages
impl Sync for MacroStages
impl Unpin for MacroStages
impl UnwindSafe for MacroStages
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