pub struct DelegationLeaseRef(/* private fields */);Expand description
Opaque execution delegation reference. It is durable but cannot directly authenticate a request; Debug remains redacted because it is recovery data.
Implementations§
Trait Implementations§
Source§impl Clone for DelegationLeaseRef
impl Clone for DelegationLeaseRef
Source§fn clone(&self) -> DelegationLeaseRef
fn clone(&self) -> DelegationLeaseRef
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 DelegationLeaseRef
impl Debug for DelegationLeaseRef
Source§impl<'de> Deserialize<'de> for DelegationLeaseRef
impl<'de> Deserialize<'de> for DelegationLeaseRef
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 DelegationLeaseRef
impl Display for DelegationLeaseRef
impl Eq for DelegationLeaseRef
Source§impl Hash for DelegationLeaseRef
impl Hash for DelegationLeaseRef
Source§impl Ord for DelegationLeaseRef
impl Ord for DelegationLeaseRef
Source§fn cmp(&self, other: &DelegationLeaseRef) -> Ordering
fn cmp(&self, other: &DelegationLeaseRef) -> 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 DelegationLeaseRef
impl PartialEq for DelegationLeaseRef
Source§impl PartialOrd for DelegationLeaseRef
impl PartialOrd for DelegationLeaseRef
Source§impl Serialize for DelegationLeaseRef
impl Serialize for DelegationLeaseRef
impl StructuralPartialEq for DelegationLeaseRef
Auto Trait Implementations§
impl Freeze for DelegationLeaseRef
impl RefUnwindSafe for DelegationLeaseRef
impl Send for DelegationLeaseRef
impl Sync for DelegationLeaseRef
impl Unpin for DelegationLeaseRef
impl UnsafeUnpin for DelegationLeaseRef
impl UnwindSafe for DelegationLeaseRef
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