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