pub struct InterceptionId(/* private fields */);Expand description
Unique intercepted request identifier. InterceptionId
Implementations§
Source§impl InterceptionId
impl InterceptionId
pub const IDENTIFIER: &'static str = "Network.InterceptionId"
Trait Implementations§
Source§impl AsRef<str> for InterceptionId
impl AsRef<str> for InterceptionId
Source§impl Borrow<str> for InterceptionId
impl Borrow<str> for InterceptionId
Source§impl Clone for InterceptionId
impl Clone for InterceptionId
Source§fn clone(&self) -> InterceptionId
fn clone(&self) -> InterceptionId
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 InterceptionId
impl Debug for InterceptionId
Source§impl Default for InterceptionId
impl Default for InterceptionId
Source§fn default() -> InterceptionId
fn default() -> InterceptionId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterceptionId
impl<'de> Deserialize<'de> for InterceptionId
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 From<InterceptionId> for RequestId
impl From<InterceptionId> for RequestId
Source§fn from(req: InterceptionId) -> Self
fn from(req: InterceptionId) -> Self
Converts to this type from the input type.
Source§impl From<InterceptionId> for RequestId
impl From<InterceptionId> for RequestId
Source§fn from(req: InterceptionId) -> Self
fn from(req: InterceptionId) -> Self
Converts to this type from the input type.
Source§impl From<InterceptionId> for String
impl From<InterceptionId> for String
Source§fn from(el: InterceptionId) -> String
fn from(el: InterceptionId) -> String
Converts to this type from the input type.
Source§impl From<RequestId> for InterceptionId
impl From<RequestId> for InterceptionId
Source§impl From<RequestId> for InterceptionId
impl From<RequestId> for InterceptionId
Source§impl From<String> for InterceptionId
impl From<String> for InterceptionId
Source§impl Hash for InterceptionId
impl Hash for InterceptionId
Source§impl PartialEq for InterceptionId
impl PartialEq for InterceptionId
Source§impl Serialize for InterceptionId
impl Serialize for InterceptionId
impl Eq for InterceptionId
impl StructuralPartialEq for InterceptionId
Auto Trait Implementations§
impl Freeze for InterceptionId
impl RefUnwindSafe for InterceptionId
impl Send for InterceptionId
impl Sync for InterceptionId
impl Unpin for InterceptionId
impl UnwindSafe for InterceptionId
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