Enum headers::common::cache_control::KnownDirective
source · enum KnownDirective {
Known(Directive),
Unknown,
}
Variants§
Trait Implementations§
source§impl Clone for KnownDirective
impl Clone for KnownDirective
source§fn clone(&self) -> KnownDirective
fn clone(&self) -> KnownDirective
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 moresource§impl FromIterator<KnownDirective> for FromIter
impl FromIterator<KnownDirective> for FromIter
source§fn from_iter<I>(iter: I) -> Selfwhere
I: IntoIterator<Item = KnownDirective>,
fn from_iter<I>(iter: I) -> Selfwhere
I: IntoIterator<Item = KnownDirective>,
Creates a value from an iterator. Read more
source§impl FromStr for KnownDirective
impl FromStr for KnownDirective
impl Copy for KnownDirective
Auto Trait Implementations§
impl Freeze for KnownDirective
impl RefUnwindSafe for KnownDirective
impl Send for KnownDirective
impl Sync for KnownDirective
impl Unpin for KnownDirective
impl UnwindSafe for KnownDirective
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