pub struct InstallationId(/* private fields */);
Expand description
Installation id
The InstallationId
is a unique, numerical id that is used to interact with an
installation through GitHub’s REST API.
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 · 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
Source§impl From<u64> for InstallationId
impl From<u64> for InstallationId
Source§fn from(id: u64) -> InstallationId
fn from(id: u64) -> InstallationId
Converts to this type from the input type.
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
Source§impl Serialize for InstallationId
impl Serialize 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.