pub struct SafeParams(/* private fields */);
Expand description
A data structure storing safe-loggable parameters of a request.
This can be included in the response extensions of a request to be included in request logs.
Implementations§
Trait Implementations§
Source§impl Clone for SafeParams
impl Clone for SafeParams
Source§fn clone(&self) -> SafeParams
fn clone(&self) -> SafeParams
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 SafeParams
impl Debug for SafeParams
Source§impl Default for SafeParams
impl Default for SafeParams
Source§fn default() -> SafeParams
fn default() -> SafeParams
Returns the “default value” for a type. Read more
Source§impl<'a> IntoIterator for &'a SafeParams
impl<'a> IntoIterator for &'a SafeParams
Source§impl PartialEq for SafeParams
impl PartialEq for SafeParams
impl Eq for SafeParams
impl StructuralPartialEq for SafeParams
Auto Trait Implementations§
impl Freeze for SafeParams
impl RefUnwindSafe for SafeParams
impl Send for SafeParams
impl Sync for SafeParams
impl Unpin for SafeParams
impl UnwindSafe for SafeParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.