pub struct DecayJobId(pub Ulid);Expand description
Scheduled decay job identifier (Phase 4.D operator-fired compression).
Wire format: dcy _<26-char Crockford ULID>.
Tuple Fields§
§0: UlidImplementations§
Source§impl DecayJobId
impl DecayJobId
Trait Implementations§
Source§impl Clone for DecayJobId
impl Clone for DecayJobId
Source§fn clone(&self) -> DecayJobId
fn clone(&self) -> DecayJobId
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 moreSource§impl Debug for DecayJobId
impl Debug for DecayJobId
Source§impl Default for DecayJobId
impl Default for DecayJobId
Source§impl<'de> Deserialize<'de> for DecayJobId
impl<'de> Deserialize<'de> for DecayJobId
Source§fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(de: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DecayJobId
impl Display for DecayJobId
Source§impl FromStr for DecayJobId
impl FromStr for DecayJobId
Source§impl Hash for DecayJobId
impl Hash for DecayJobId
Source§impl JsonSchema for DecayJobId
impl JsonSchema for DecayJobId
Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn json_schema(_: &mut SchemaGenerator) -> Schema
fn json_schema(_: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreSource§impl Ord for DecayJobId
impl Ord for DecayJobId
Source§fn cmp(&self, other: &DecayJobId) -> Ordering
fn cmp(&self, other: &DecayJobId) -> 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 DecayJobId
impl PartialEq for DecayJobId
Source§fn eq(&self, other: &DecayJobId) -> bool
fn eq(&self, other: &DecayJobId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DecayJobId
impl PartialOrd for DecayJobId
Source§impl Serialize for DecayJobId
impl Serialize for DecayJobId
impl Copy for DecayJobId
impl Eq for DecayJobId
impl StructuralPartialEq for DecayJobId
Auto Trait Implementations§
impl Freeze for DecayJobId
impl RefUnwindSafe for DecayJobId
impl Send for DecayJobId
impl Sync for DecayJobId
impl Unpin for DecayJobId
impl UnsafeUnpin for DecayJobId
impl UnwindSafe for DecayJobId
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