pub struct SopsConfig {
pub age_key: Option<PathBuf>,
}Fields§
§age_key: Option<PathBuf>Trait Implementations§
Source§impl Clone for SopsConfig
impl Clone for SopsConfig
Source§fn clone(&self) -> SopsConfig
fn clone(&self) -> SopsConfig
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 SopsConfig
impl Debug for SopsConfig
Source§impl<'de> Deserialize<'de> for SopsConfig
impl<'de> Deserialize<'de> for SopsConfig
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 SopsConfig
impl RefUnwindSafe for SopsConfig
impl Send for SopsConfig
impl Sync for SopsConfig
impl Unpin for SopsConfig
impl UnsafeUnpin for SopsConfig
impl UnwindSafe for SopsConfig
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