pub struct SopsSecretSopsAge {
pub enc: Option<String>,
pub recipient: Option<String>,
}Expand description
AgeItem defines FiloSottile/age specific encryption details
Fields§
§enc: Option<String>§recipient: Option<String>Recipient which private key can be used for decription
Trait Implementations§
Source§impl Clone for SopsSecretSopsAge
impl Clone for SopsSecretSopsAge
Source§fn clone(&self) -> SopsSecretSopsAge
fn clone(&self) -> SopsSecretSopsAge
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 SopsSecretSopsAge
impl Debug for SopsSecretSopsAge
Source§impl Default for SopsSecretSopsAge
impl Default for SopsSecretSopsAge
Source§fn default() -> SopsSecretSopsAge
fn default() -> SopsSecretSopsAge
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SopsSecretSopsAge
impl<'de> Deserialize<'de> for SopsSecretSopsAge
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 PartialEq for SopsSecretSopsAge
impl PartialEq for SopsSecretSopsAge
Source§impl Serialize for SopsSecretSopsAge
impl Serialize for SopsSecretSopsAge
impl StructuralPartialEq for SopsSecretSopsAge
Auto Trait Implementations§
impl Freeze for SopsSecretSopsAge
impl RefUnwindSafe for SopsSecretSopsAge
impl Send for SopsSecretSopsAge
impl Sync for SopsSecretSopsAge
impl Unpin for SopsSecretSopsAge
impl UnwindSafe for SopsSecretSopsAge
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