pub struct ContentDescriptionHeaderField {
pub value: Option<Vec<u8>>,
}Expand description
RFC 2047
Fields§
§value: Option<Vec<u8>>Implementations§
Trait Implementations§
Source§impl PartialEq for ContentDescriptionHeaderField
impl PartialEq for ContentDescriptionHeaderField
Source§fn eq(&self, other: &ContentDescriptionHeaderField) -> bool
fn eq(&self, other: &ContentDescriptionHeaderField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContentDescriptionHeaderField
Auto Trait Implementations§
impl Freeze for ContentDescriptionHeaderField
impl RefUnwindSafe for ContentDescriptionHeaderField
impl Send for ContentDescriptionHeaderField
impl Sync for ContentDescriptionHeaderField
impl Unpin for ContentDescriptionHeaderField
impl UnwindSafe for ContentDescriptionHeaderField
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