pub struct SetRequestInterceptionResult {}Trait Implementations§
Source§impl Clone for SetRequestInterceptionResult
impl Clone for SetRequestInterceptionResult
Source§fn clone(&self) -> SetRequestInterceptionResult
fn clone(&self) -> SetRequestInterceptionResult
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 SetRequestInterceptionResult
impl Debug for SetRequestInterceptionResult
Source§impl Default for SetRequestInterceptionResult
impl Default for SetRequestInterceptionResult
Source§fn default() -> SetRequestInterceptionResult
fn default() -> SetRequestInterceptionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetRequestInterceptionResult
impl<'de> Deserialize<'de> for SetRequestInterceptionResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetRequestInterceptionResult
impl PartialEq for SetRequestInterceptionResult
Source§fn eq(&self, other: &SetRequestInterceptionResult) -> bool
fn eq(&self, other: &SetRequestInterceptionResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for SetRequestInterceptionResult
impl TryFrom<Value> for SetRequestInterceptionResult
impl StructuralPartialEq for SetRequestInterceptionResult
Auto Trait Implementations§
impl Freeze for SetRequestInterceptionResult
impl RefUnwindSafe for SetRequestInterceptionResult
impl Send for SetRequestInterceptionResult
impl Sync for SetRequestInterceptionResult
impl Unpin for SetRequestInterceptionResult
impl UnsafeUnpin for SetRequestInterceptionResult
impl UnwindSafe for SetRequestInterceptionResult
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