pub struct RequestIdentity(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RequestIdentity
impl Clone for RequestIdentity
Source§fn clone(&self) -> RequestIdentity
fn clone(&self) -> RequestIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RequestIdentity
impl Debug for RequestIdentity
Source§impl<'de> Deserialize<'de> for RequestIdentity
impl<'de> Deserialize<'de> for RequestIdentity
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 Display for RequestIdentity
impl Display for RequestIdentity
impl Eq for RequestIdentity
Source§impl From<RequestIdentity> for String
impl From<RequestIdentity> for String
Source§fn from(value: RequestIdentity) -> Self
fn from(value: RequestIdentity) -> Self
Converts to this type from the input type.
Source§impl Hash for RequestIdentity
impl Hash for RequestIdentity
Source§impl Ord for RequestIdentity
impl Ord for RequestIdentity
Source§fn cmp(&self, other: &RequestIdentity) -> Ordering
fn cmp(&self, other: &RequestIdentity) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RequestIdentity
impl PartialEq for RequestIdentity
Source§impl PartialOrd for RequestIdentity
impl PartialOrd for RequestIdentity
Source§impl Serialize for RequestIdentity
impl Serialize for RequestIdentity
impl StructuralPartialEq for RequestIdentity
Auto Trait Implementations§
impl Freeze for RequestIdentity
impl RefUnwindSafe for RequestIdentity
impl Send for RequestIdentity
impl Sync for RequestIdentity
impl Unpin for RequestIdentity
impl UnsafeUnpin for RequestIdentity
impl UnwindSafe for RequestIdentity
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