pub struct AuthLeaseProvenance {
pub lease_id: String,
pub lease_expires_at_ms: i64,
pub lease_status_at_enqueue: String,
pub lease_scope_summary_json: Option<String>,
pub lease_token: Option<String>,
}Fields§
§lease_id: String§lease_expires_at_ms: i64§lease_status_at_enqueue: String§lease_scope_summary_json: Option<String>§lease_token: Option<String>Trait Implementations§
Source§impl Clone for AuthLeaseProvenance
impl Clone for AuthLeaseProvenance
Source§fn clone(&self) -> AuthLeaseProvenance
fn clone(&self) -> AuthLeaseProvenance
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 AuthLeaseProvenance
impl Debug for AuthLeaseProvenance
Source§impl<'de> Deserialize<'de> for AuthLeaseProvenance
impl<'de> Deserialize<'de> for AuthLeaseProvenance
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 PartialEq for AuthLeaseProvenance
impl PartialEq for AuthLeaseProvenance
Source§fn eq(&self, other: &AuthLeaseProvenance) -> bool
fn eq(&self, other: &AuthLeaseProvenance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthLeaseProvenance
impl Serialize for AuthLeaseProvenance
impl Eq for AuthLeaseProvenance
impl StructuralPartialEq for AuthLeaseProvenance
Auto Trait Implementations§
impl Freeze for AuthLeaseProvenance
impl RefUnwindSafe for AuthLeaseProvenance
impl Send for AuthLeaseProvenance
impl Sync for AuthLeaseProvenance
impl Unpin for AuthLeaseProvenance
impl UnsafeUnpin for AuthLeaseProvenance
impl UnwindSafe for AuthLeaseProvenance
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