pub struct BootstrapJobId(/* private fields */);Expand description
Durable identity for one local bootstrap attempt.
Implementations§
Trait Implementations§
Source§impl Clone for BootstrapJobId
impl Clone for BootstrapJobId
Source§fn clone(&self) -> BootstrapJobId
fn clone(&self) -> BootstrapJobId
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 BootstrapJobId
Source§impl Debug for BootstrapJobId
impl Debug for BootstrapJobId
Source§impl Default for BootstrapJobId
impl Default for BootstrapJobId
Source§impl<'de> Deserialize<'de> for BootstrapJobId
impl<'de> Deserialize<'de> for BootstrapJobId
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
impl Eq for BootstrapJobId
Source§impl Hash for BootstrapJobId
impl Hash for BootstrapJobId
Source§impl Ord for BootstrapJobId
impl Ord for BootstrapJobId
Source§fn cmp(&self, other: &BootstrapJobId) -> Ordering
fn cmp(&self, other: &BootstrapJobId) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for BootstrapJobId
impl PartialEq for BootstrapJobId
Source§impl PartialOrd for BootstrapJobId
impl PartialOrd for BootstrapJobId
Source§impl Serialize for BootstrapJobId
impl Serialize for BootstrapJobId
impl StructuralPartialEq for BootstrapJobId
Auto Trait Implementations§
impl Freeze for BootstrapJobId
impl RefUnwindSafe for BootstrapJobId
impl Send for BootstrapJobId
impl Sync for BootstrapJobId
impl Unpin for BootstrapJobId
impl UnsafeUnpin for BootstrapJobId
impl UnwindSafe for BootstrapJobId
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