pub struct SecretsId { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SecretsId
impl<'de> Deserialize<'de> for SecretsId
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 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.
impl Eq for SecretsId
impl StructuralPartialEq for SecretsId
Auto Trait Implementations§
impl Freeze for SecretsId
impl RefUnwindSafe for SecretsId
impl Send for SecretsId
impl Sync for SecretsId
impl Unpin for SecretsId
impl UnwindSafe for SecretsId
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