pub struct ContextProviderId(/* private fields */);Expand description
Canonical context-provider identity.
Implementations§
Trait Implementations§
Source§impl Clone for ContextProviderId
impl Clone for ContextProviderId
Source§fn clone(&self) -> ContextProviderId
fn clone(&self) -> ContextProviderId
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 ContextProviderId
impl Debug for ContextProviderId
Source§impl<'de> Deserialize<'de> for ContextProviderId
impl<'de> Deserialize<'de> for ContextProviderId
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 ContextProviderId
impl Display for ContextProviderId
impl Eq for ContextProviderId
Source§impl FromStr for ContextProviderId
impl FromStr for ContextProviderId
Source§impl Hash for ContextProviderId
impl Hash for ContextProviderId
Source§impl Ord for ContextProviderId
impl Ord for ContextProviderId
Source§fn cmp(&self, other: &ContextProviderId) -> Ordering
fn cmp(&self, other: &ContextProviderId) -> 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 ContextProviderId
impl PartialEq for ContextProviderId
Source§impl PartialOrd for ContextProviderId
impl PartialOrd for ContextProviderId
Source§impl Serialize for ContextProviderId
impl Serialize for ContextProviderId
impl StructuralPartialEq for ContextProviderId
Auto Trait Implementations§
impl Freeze for ContextProviderId
impl RefUnwindSafe for ContextProviderId
impl Send for ContextProviderId
impl Sync for ContextProviderId
impl Unpin for ContextProviderId
impl UnsafeUnpin for ContextProviderId
impl UnwindSafe for ContextProviderId
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