pub struct InstallationId {
pub id: u64,
}
Expand description
The App installation ID.
Fields§
§id: u64
Trait Implementations§
Source§impl Clone for InstallationId
impl Clone for InstallationId
Source§fn clone(&self) -> InstallationId
fn clone(&self) -> InstallationId
Returns a copy 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 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 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 · 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
impl Copy for InstallationId
impl Eq 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 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