pub struct DelegateKey { /* private fields */ }
Implementations§
Source§impl DelegateKey
impl DelegateKey
Trait Implementations§
Source§impl Clone for DelegateKey
impl Clone for DelegateKey
Source§fn clone(&self) -> DelegateKey
fn clone(&self) -> DelegateKey
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 DelegateKey
impl Debug for DelegateKey
Source§impl Deref for DelegateKey
impl Deref for DelegateKey
Source§impl<'de> Deserialize<'de> for DelegateKey
impl<'de> Deserialize<'de> for DelegateKey
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 DelegateKey
impl Display for DelegateKey
Source§impl From<DelegateKey> for SecretsId
impl From<DelegateKey> for SecretsId
Source§fn from(key: DelegateKey) -> SecretsId
fn from(key: DelegateKey) -> SecretsId
Converts to this type from the input type.
Source§impl Hash for DelegateKey
impl Hash for DelegateKey
Source§impl PartialEq for DelegateKey
impl PartialEq for DelegateKey
Source§impl Serialize for DelegateKey
impl Serialize for DelegateKey
impl Eq for DelegateKey
impl StructuralPartialEq for DelegateKey
Auto Trait Implementations§
impl Freeze for DelegateKey
impl RefUnwindSafe for DelegateKey
impl Send for DelegateKey
impl Sync for DelegateKey
impl Unpin for DelegateKey
impl UnwindSafe for DelegateKey
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