pub struct DeleteHeader {
pub index: Option<i32>,
pub comparator: Comparator,
pub match_type: MatchType,
pub field_name: Value,
pub value_patterns: Vec<Value>,
pub mime_anychild: bool,
}Fields§
§index: Option<i32>§comparator: Comparator§match_type: MatchType§field_name: Value§value_patterns: Vec<Value>§mime_anychild: boolTrait Implementations§
Source§impl Clone for DeleteHeader
impl Clone for DeleteHeader
Source§fn clone(&self) -> DeleteHeader
fn clone(&self) -> DeleteHeader
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 DeleteHeader
impl Debug for DeleteHeader
Source§impl<'de> Deserialize<'de> for DeleteHeader
impl<'de> Deserialize<'de> for DeleteHeader
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteHeader
impl PartialEq for DeleteHeader
Source§impl Serialize for DeleteHeader
impl Serialize for DeleteHeader
impl Eq for DeleteHeader
impl StructuralPartialEq for DeleteHeader
Auto Trait Implementations§
impl Freeze for DeleteHeader
impl RefUnwindSafe for DeleteHeader
impl Send for DeleteHeader
impl Sync for DeleteHeader
impl Unpin for DeleteHeader
impl UnwindSafe for DeleteHeader
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