pub struct SecretyKeyRef {
pub name: String,
pub key: String,
}Fields§
§name: String§key: StringTrait Implementations§
Source§impl Debug for SecretyKeyRef
impl Debug for SecretyKeyRef
Source§impl Default for SecretyKeyRef
impl Default for SecretyKeyRef
Source§fn default() -> SecretyKeyRef
fn default() -> SecretyKeyRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretyKeyRef
impl<'de> Deserialize<'de> for SecretyKeyRef
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
Auto Trait Implementations§
impl Freeze for SecretyKeyRef
impl RefUnwindSafe for SecretyKeyRef
impl Send for SecretyKeyRef
impl Sync for SecretyKeyRef
impl Unpin for SecretyKeyRef
impl UnsafeUnpin for SecretyKeyRef
impl UnwindSafe for SecretyKeyRef
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