pub struct LeaseMetadata { /* private fields */ }Expand description
A deterministic lease metadata record for a run.
Implementations§
Source§impl LeaseMetadata
impl LeaseMetadata
Trait Implementations§
Source§impl Clone for LeaseMetadata
impl Clone for LeaseMetadata
Source§fn clone(&self) -> LeaseMetadata
fn clone(&self) -> LeaseMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 LeaseMetadata
impl Debug for LeaseMetadata
Source§impl From<LeaseMetadata> for SnapshotLeaseMetadata
impl From<LeaseMetadata> for SnapshotLeaseMetadata
Source§fn from(metadata: LeaseMetadata) -> Self
fn from(metadata: LeaseMetadata) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LeaseMetadata
impl PartialEq for LeaseMetadata
impl Eq for LeaseMetadata
impl StructuralPartialEq for LeaseMetadata
Auto Trait Implementations§
impl Freeze for LeaseMetadata
impl RefUnwindSafe for LeaseMetadata
impl Send for LeaseMetadata
impl Sync for LeaseMetadata
impl Unpin for LeaseMetadata
impl UnsafeUnpin for LeaseMetadata
impl UnwindSafe for LeaseMetadata
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