Struct miltr_common::modifications::headers::AddHeader
source · pub struct AddHeader { /* private fields */ }Expand description
Add a header
Implementations§
Trait Implementations§
source§impl From<AddHeader> for ModificationAction
impl From<AddHeader> for ModificationAction
source§fn from(v: AddHeader) -> ModificationAction
fn from(v: AddHeader) -> ModificationAction
Converts to this type from the input type.
source§impl From<AddHeader> for ServerCommand
impl From<AddHeader> for ServerCommand
source§impl TryInto<AddHeader> for ModificationAction
impl TryInto<AddHeader> for ModificationAction
Auto Trait Implementations§
impl RefUnwindSafe for AddHeader
impl Send for AddHeader
impl Sync for AddHeader
impl Unpin for AddHeader
impl UnwindSafe for AddHeader
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