Enum mime::ParamSource
source · pub(crate) enum ParamSource {
Utf8(usize),
Custom(usize, Vec<(Indexed, Indexed)>),
None,
}
Variants§
Trait Implementations§
source§impl Clone for ParamSource
impl Clone for ParamSource
source§fn clone(&self) -> ParamSource
fn clone(&self) -> ParamSource
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ParamSource
impl RefUnwindSafe for ParamSource
impl Send for ParamSource
impl Sync for ParamSource
impl Unpin for ParamSource
impl UnwindSafe for ParamSource
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