pub struct CheckSuiteId(pub u64);Tuple Fields§
§0: u64Implementations§
Source§impl CheckSuiteId
impl CheckSuiteId
pub fn into_inner(self) -> u64
Trait Implementations§
Source§impl AsRef<u64> for CheckSuiteId
impl AsRef<u64> for CheckSuiteId
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CheckSuiteId
Source§impl Debug for CheckSuiteId
impl Debug for CheckSuiteId
Source§impl Deref for CheckSuiteId
impl Deref for CheckSuiteId
Source§impl DerefMut for CheckSuiteId
impl DerefMut for CheckSuiteId
Source§impl<'de> Deserialize<'de> for CheckSuiteId
impl<'de> Deserialize<'de> for CheckSuiteId
Source§fn deserialize<D>(
deserializer: D,
) -> Result<CheckSuiteId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<CheckSuiteId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CheckSuiteId
impl Display for CheckSuiteId
impl Eq for CheckSuiteId
Source§impl From<u64> for CheckSuiteId
impl From<u64> for CheckSuiteId
Source§fn from(value: u64) -> CheckSuiteId
fn from(value: 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 (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 CheckSuiteId
impl PartialEq for CheckSuiteId
Source§impl PartialOrd for CheckSuiteId
impl PartialOrd for CheckSuiteId
Source§impl Serialize for CheckSuiteId
impl Serialize for CheckSuiteId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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 UnsafeUnpin 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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> FromResponse for Twhere
T: DeserializeOwned,
impl<T> FromResponse for Twhere
T: DeserializeOwned,
impl<A, B, T> HttpServerConnExec<A, B> for Twhere
B: Body,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.