pub struct OperationLeaseId(/* private fields */);Expand description
Identity of one bounded, fenced operation lease.
Implementations§
Source§impl OperationLeaseId
impl OperationLeaseId
Sourcepub const fn content_id(&self) -> &ContentId
pub const fn content_id(&self) -> &ContentId
Borrows the semantic content identity.
Trait Implementations§
Source§impl Clone for OperationLeaseId
impl Clone for OperationLeaseId
Source§fn clone(&self) -> OperationLeaseId
fn clone(&self) -> OperationLeaseId
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 OperationLeaseId
impl Debug for OperationLeaseId
Source§impl Display for OperationLeaseId
impl Display for OperationLeaseId
impl Eq for OperationLeaseId
Source§impl Ord for OperationLeaseId
impl Ord for OperationLeaseId
Source§fn cmp(&self, other: &OperationLeaseId) -> Ordering
fn cmp(&self, other: &OperationLeaseId) -> 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 OperationLeaseId
impl PartialEq for OperationLeaseId
Source§impl PartialOrd for OperationLeaseId
impl PartialOrd for OperationLeaseId
impl StructuralPartialEq for OperationLeaseId
Auto Trait Implementations§
impl Freeze for OperationLeaseId
impl RefUnwindSafe for OperationLeaseId
impl Send for OperationLeaseId
impl Sync for OperationLeaseId
impl Unpin for OperationLeaseId
impl UnsafeUnpin for OperationLeaseId
impl UnwindSafe for OperationLeaseId
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