pub struct DeviceLeaseId(/* private fields */);Expand description
Unique identifier for a device lease.
Implementations§
Trait Implementations§
Source§impl Clone for DeviceLeaseId
impl Clone for DeviceLeaseId
Source§fn clone(&self) -> DeviceLeaseId
fn clone(&self) -> DeviceLeaseId
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 DeviceLeaseId
Source§impl Debug for DeviceLeaseId
impl Debug for DeviceLeaseId
impl Eq for DeviceLeaseId
Source§impl Hash for DeviceLeaseId
impl Hash for DeviceLeaseId
Source§impl Ord for DeviceLeaseId
impl Ord for DeviceLeaseId
Source§fn cmp(&self, other: &DeviceLeaseId) -> Ordering
fn cmp(&self, other: &DeviceLeaseId) -> 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 DeviceLeaseId
impl PartialEq for DeviceLeaseId
Source§impl PartialOrd for DeviceLeaseId
impl PartialOrd for DeviceLeaseId
impl StructuralPartialEq for DeviceLeaseId
Auto Trait Implementations§
impl Freeze for DeviceLeaseId
impl RefUnwindSafe for DeviceLeaseId
impl Send for DeviceLeaseId
impl Sync for DeviceLeaseId
impl Unpin for DeviceLeaseId
impl UnsafeUnpin for DeviceLeaseId
impl UnwindSafe for DeviceLeaseId
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