pub struct ProviderResponseId(/* private fields */);Expand description
Bounded opaque response identifier returned by a provider.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderResponseId
impl Clone for ProviderResponseId
Source§fn clone(&self) -> ProviderResponseId
fn clone(&self) -> ProviderResponseId
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 ProviderResponseId
impl Debug for ProviderResponseId
Source§impl Display for ProviderResponseId
impl Display for ProviderResponseId
impl Eq for ProviderResponseId
Source§impl FromStr for ProviderResponseId
impl FromStr for ProviderResponseId
Source§impl Hash for ProviderResponseId
impl Hash for ProviderResponseId
Source§impl Ord for ProviderResponseId
impl Ord for ProviderResponseId
Source§fn cmp(&self, other: &ProviderResponseId) -> Ordering
fn cmp(&self, other: &ProviderResponseId) -> 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 ProviderResponseId
impl PartialEq for ProviderResponseId
Source§impl PartialOrd for ProviderResponseId
impl PartialOrd for ProviderResponseId
impl StructuralPartialEq for ProviderResponseId
Auto Trait Implementations§
impl Freeze for ProviderResponseId
impl RefUnwindSafe for ProviderResponseId
impl Send for ProviderResponseId
impl Sync for ProviderResponseId
impl Unpin for ProviderResponseId
impl UnsafeUnpin for ProviderResponseId
impl UnwindSafe for ProviderResponseId
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