pub struct AgeKey {
pub recipient: String,
pub enc: String,
}Expand description
An age entry in the sops.age array.
Fields§
§recipient: String§enc: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AgeKey
impl<'de> Deserialize<'de> for AgeKey
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 AgeKey
impl StructuralPartialEq for AgeKey
Auto Trait Implementations§
impl Freeze for AgeKey
impl RefUnwindSafe for AgeKey
impl Send for AgeKey
impl Sync for AgeKey
impl Unpin for AgeKey
impl UnsafeUnpin for AgeKey
impl UnwindSafe for AgeKey
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