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