pub struct CheckSuiteId(/* private fields */);
Expand description
Check suite id
The CheckSuiteId
is a unique, numerical id that is used to interact with a check suite
through GitHub’s REST API.
Implementations§
Trait Implementations§
Source§impl Clone for CheckSuiteId
impl Clone for CheckSuiteId
Source§fn clone(&self) -> CheckSuiteId
fn clone(&self) -> CheckSuiteId
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 CheckSuiteId
impl Debug for CheckSuiteId
Source§impl<'de> Deserialize<'de> for CheckSuiteId
impl<'de> Deserialize<'de> for CheckSuiteId
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 CheckSuiteId
impl Display for CheckSuiteId
Source§impl From<u64> for CheckSuiteId
impl From<u64> for CheckSuiteId
Source§fn from(id: u64) -> CheckSuiteId
fn from(id: u64) -> CheckSuiteId
Converts to this type from the input type.
Source§impl Hash for CheckSuiteId
impl Hash for CheckSuiteId
Source§impl Ord for CheckSuiteId
impl Ord for CheckSuiteId
Source§fn cmp(&self, other: &CheckSuiteId) -> Ordering
fn cmp(&self, other: &CheckSuiteId) -> 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 CheckSuiteId
impl PartialEq for CheckSuiteId
Source§impl PartialOrd for CheckSuiteId
impl PartialOrd for CheckSuiteId
Source§impl Serialize for CheckSuiteId
impl Serialize for CheckSuiteId
impl Copy for CheckSuiteId
impl Eq for CheckSuiteId
impl StructuralPartialEq for CheckSuiteId
Auto Trait Implementations§
impl Freeze for CheckSuiteId
impl RefUnwindSafe for CheckSuiteId
impl Send for CheckSuiteId
impl Sync for CheckSuiteId
impl Unpin for CheckSuiteId
impl UnwindSafe for CheckSuiteId
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.