pub struct HostDeliveryLeaseId(/* private fields */);Expand description
Fencing token of one exclusive, expiring right to deliver.
Implementations§
Trait Implementations§
Source§impl Clone for HostDeliveryLeaseId
impl Clone for HostDeliveryLeaseId
Source§impl Debug for HostDeliveryLeaseId
impl Debug for HostDeliveryLeaseId
Source§impl<'de> Deserialize<'de> for HostDeliveryLeaseId
impl<'de> Deserialize<'de> for HostDeliveryLeaseId
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 HostDeliveryLeaseId
impl Display for HostDeliveryLeaseId
impl Eq for HostDeliveryLeaseId
Source§impl Hash for HostDeliveryLeaseId
impl Hash for HostDeliveryLeaseId
Source§impl Ord for HostDeliveryLeaseId
impl Ord for HostDeliveryLeaseId
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 HostDeliveryLeaseId
impl PartialEq for HostDeliveryLeaseId
Source§impl PartialOrd for HostDeliveryLeaseId
impl PartialOrd for HostDeliveryLeaseId
Source§impl Serialize for HostDeliveryLeaseId
impl Serialize for HostDeliveryLeaseId
impl StructuralPartialEq for HostDeliveryLeaseId
Auto Trait Implementations§
impl Freeze for HostDeliveryLeaseId
impl RefUnwindSafe for HostDeliveryLeaseId
impl Send for HostDeliveryLeaseId
impl Sync for HostDeliveryLeaseId
impl Unpin for HostDeliveryLeaseId
impl UnsafeUnpin for HostDeliveryLeaseId
impl UnwindSafe for HostDeliveryLeaseId
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