pub enum NotFoundBehavior {
Abort,
Fallback,
}Expand description
Behavior when request not found in HAR
Variants§
Trait Implementations§
Source§impl Clone for NotFoundBehavior
impl Clone for NotFoundBehavior
Source§fn clone(&self) -> NotFoundBehavior
fn clone(&self) -> NotFoundBehavior
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 NotFoundBehavior
impl Debug for NotFoundBehavior
Source§impl PartialEq for NotFoundBehavior
impl PartialEq for NotFoundBehavior
impl Copy for NotFoundBehavior
impl Eq for NotFoundBehavior
impl StructuralPartialEq for NotFoundBehavior
Auto Trait Implementations§
impl Freeze for NotFoundBehavior
impl RefUnwindSafe for NotFoundBehavior
impl Send for NotFoundBehavior
impl Sync for NotFoundBehavior
impl Unpin for NotFoundBehavior
impl UnsafeUnpin for NotFoundBehavior
impl UnwindSafe for NotFoundBehavior
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.