pub struct SymbolAuthMasterKeyCap(/* private fields */);Expand description
Capability token for the symbol authentication master key.
Implementations§
Trait Implementations§
Source§impl Clone for SymbolAuthMasterKeyCap
impl Clone for SymbolAuthMasterKeyCap
Source§fn clone(&self) -> SymbolAuthMasterKeyCap
fn clone(&self) -> SymbolAuthMasterKeyCap
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 SymbolAuthMasterKeyCap
impl Debug for SymbolAuthMasterKeyCap
Source§impl<'de> Deserialize<'de> for SymbolAuthMasterKeyCap
impl<'de> Deserialize<'de> for SymbolAuthMasterKeyCap
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 Hash for SymbolAuthMasterKeyCap
impl Hash for SymbolAuthMasterKeyCap
Source§impl PartialEq for SymbolAuthMasterKeyCap
impl PartialEq for SymbolAuthMasterKeyCap
Source§impl Serialize for SymbolAuthMasterKeyCap
impl Serialize for SymbolAuthMasterKeyCap
impl Copy for SymbolAuthMasterKeyCap
impl Eq for SymbolAuthMasterKeyCap
impl StructuralPartialEq for SymbolAuthMasterKeyCap
Auto Trait Implementations§
impl Freeze for SymbolAuthMasterKeyCap
impl RefUnwindSafe for SymbolAuthMasterKeyCap
impl Send for SymbolAuthMasterKeyCap
impl Sync for SymbolAuthMasterKeyCap
impl Unpin for SymbolAuthMasterKeyCap
impl UnsafeUnpin for SymbolAuthMasterKeyCap
impl UnwindSafe for SymbolAuthMasterKeyCap
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).