pub struct RequestIdentity(/* private fields */);Expand description
Request identity used by rate limiters and observers.
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
impl Eq for RequestIdentity
Source§impl Hash for RequestIdentity
impl Hash for RequestIdentity
Source§impl PartialEq for RequestIdentity
impl PartialEq for RequestIdentity
Source§fn eq(&self, other: &RequestIdentity) -> bool
fn eq(&self, other: &RequestIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.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