pub enum HarVersion {
V1_2,
V1_3,
}Expand description
Supported HAR versions.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HarVersion
impl Clone for HarVersion
Source§fn clone(&self) -> HarVersion
fn clone(&self) -> HarVersion
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 HarVersion
impl Debug for HarVersion
Source§impl Display for HarVersion
impl Display for HarVersion
Source§impl PartialEq for HarVersion
impl PartialEq for HarVersion
impl Copy for HarVersion
impl Eq for HarVersion
impl StructuralPartialEq for HarVersion
Auto Trait Implementations§
impl Freeze for HarVersion
impl RefUnwindSafe for HarVersion
impl Send for HarVersion
impl Sync for HarVersion
impl Unpin for HarVersion
impl UnsafeUnpin for HarVersion
impl UnwindSafe for HarVersion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.