pub enum VcrMode {
Record,
Replay,
Once,
None,
Filter,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VcrMode
impl RefUnwindSafe for VcrMode
impl Send for VcrMode
impl Sync for VcrMode
impl Unpin for VcrMode
impl UnwindSafe for VcrMode
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