pub struct RunnerGroupId(pub u64);Tuple Fields§
§0: u64Implementations§
Source§impl RunnerGroupId
impl RunnerGroupId
pub fn into_inner(self) -> u64
Trait Implementations§
Source§impl AsRef<u64> for RunnerGroupId
impl AsRef<u64> for RunnerGroupId
Source§impl Clone for RunnerGroupId
impl Clone for RunnerGroupId
Source§fn clone(&self) -> RunnerGroupId
fn clone(&self) -> RunnerGroupId
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 RunnerGroupId
impl Debug for RunnerGroupId
Source§impl Deref for RunnerGroupId
impl Deref for RunnerGroupId
Source§impl DerefMut for RunnerGroupId
impl DerefMut for RunnerGroupId
Source§impl<'de> Deserialize<'de> for RunnerGroupId
impl<'de> Deserialize<'de> for RunnerGroupId
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 RunnerGroupId
impl Display for RunnerGroupId
Source§impl From<u64> for RunnerGroupId
impl From<u64> for RunnerGroupId
Source§impl Hash for RunnerGroupId
impl Hash for RunnerGroupId
Source§impl Ord for RunnerGroupId
impl Ord for RunnerGroupId
Source§fn cmp(&self, other: &RunnerGroupId) -> Ordering
fn cmp(&self, other: &RunnerGroupId) -> 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 RunnerGroupId
impl PartialEq for RunnerGroupId
Source§impl PartialOrd for RunnerGroupId
impl PartialOrd for RunnerGroupId
Source§impl Serialize for RunnerGroupId
impl Serialize for RunnerGroupId
impl Copy for RunnerGroupId
impl Eq for RunnerGroupId
impl StructuralPartialEq for RunnerGroupId
Auto Trait Implementations§
impl Freeze for RunnerGroupId
impl RefUnwindSafe for RunnerGroupId
impl Send for RunnerGroupId
impl Sync for RunnerGroupId
impl Unpin for RunnerGroupId
impl UnwindSafe for RunnerGroupId
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<T> FromResponse for Twhere
T: DeserializeOwned,
impl<T> FromResponse for Twhere
T: DeserializeOwned,
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.