pub struct AuthRequestMetadata {
pub request_id: [u8; 32],
pub ttl_ns: u64,
}Fields§
§request_id: [u8; 32]§ttl_ns: u64Trait Implementations§
Source§impl CandidType for AuthRequestMetadata
impl CandidType for AuthRequestMetadata
Source§impl Clone for AuthRequestMetadata
impl Clone for AuthRequestMetadata
Source§fn clone(&self) -> AuthRequestMetadata
fn clone(&self) -> AuthRequestMetadata
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 moreimpl Copy for AuthRequestMetadata
Source§impl Debug for AuthRequestMetadata
impl Debug for AuthRequestMetadata
Source§impl<'de> Deserialize<'de> for AuthRequestMetadata
impl<'de> Deserialize<'de> for AuthRequestMetadata
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
impl Eq for AuthRequestMetadata
Source§impl PartialEq for AuthRequestMetadata
impl PartialEq for AuthRequestMetadata
Source§fn eq(&self, other: &AuthRequestMetadata) -> bool
fn eq(&self, other: &AuthRequestMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthRequestMetadata
impl Serialize for AuthRequestMetadata
impl StructuralPartialEq for AuthRequestMetadata
Auto Trait Implementations§
impl Freeze for AuthRequestMetadata
impl RefUnwindSafe for AuthRequestMetadata
impl Send for AuthRequestMetadata
impl Sync for AuthRequestMetadata
impl Unpin for AuthRequestMetadata
impl UnsafeUnpin for AuthRequestMetadata
impl UnwindSafe for AuthRequestMetadata
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