pub enum PRequestMode {
NoMock,
Mock,
MockRecord,
}Expand description
Mode of the request server
Variants§
Trait Implementations§
Source§impl Clone for PRequestMode
impl Clone for PRequestMode
Source§fn clone(&self) -> PRequestMode
fn clone(&self) -> PRequestMode
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 PRequestMode
impl Debug for PRequestMode
Source§impl PartialEq for PRequestMode
impl PartialEq for PRequestMode
impl Copy for PRequestMode
impl StructuralPartialEq for PRequestMode
Auto Trait Implementations§
impl Freeze for PRequestMode
impl RefUnwindSafe for PRequestMode
impl Send for PRequestMode
impl Sync for PRequestMode
impl Unpin for PRequestMode
impl UnsafeUnpin for PRequestMode
impl UnwindSafe for PRequestMode
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