pub struct ExecutionDelegationLease {
pub lease_ref: DelegationLeaseRef,
pub expires_at_seconds: u64,
pub revision: u64,
}Fields§
§lease_ref: DelegationLeaseRef§expires_at_seconds: u64§revision: u64Trait Implementations§
Source§impl Clone for ExecutionDelegationLease
impl Clone for ExecutionDelegationLease
Source§fn clone(&self) -> ExecutionDelegationLease
fn clone(&self) -> ExecutionDelegationLease
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 ExecutionDelegationLease
impl Debug for ExecutionDelegationLease
impl Eq for ExecutionDelegationLease
Source§impl PartialEq for ExecutionDelegationLease
impl PartialEq for ExecutionDelegationLease
impl StructuralPartialEq for ExecutionDelegationLease
Auto Trait Implementations§
impl Freeze for ExecutionDelegationLease
impl RefUnwindSafe for ExecutionDelegationLease
impl Send for ExecutionDelegationLease
impl Sync for ExecutionDelegationLease
impl Unpin for ExecutionDelegationLease
impl UnsafeUnpin for ExecutionDelegationLease
impl UnwindSafe for ExecutionDelegationLease
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