pub struct SopsSecretStatus {
pub message: Option<String>,
}Expand description
SopsSecret Status information
Fields§
§message: Option<String>SopsSecret status message
Trait Implementations§
Source§impl Clone for SopsSecretStatus
impl Clone for SopsSecretStatus
Source§fn clone(&self) -> SopsSecretStatus
fn clone(&self) -> SopsSecretStatus
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 SopsSecretStatus
impl Debug for SopsSecretStatus
Source§impl Default for SopsSecretStatus
impl Default for SopsSecretStatus
Source§fn default() -> SopsSecretStatus
fn default() -> SopsSecretStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SopsSecretStatus
impl<'de> Deserialize<'de> for SopsSecretStatus
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 SopsSecretStatus
impl PartialEq for SopsSecretStatus
Source§impl Serialize for SopsSecretStatus
impl Serialize for SopsSecretStatus
impl StructuralPartialEq for SopsSecretStatus
Auto Trait Implementations§
impl Freeze for SopsSecretStatus
impl RefUnwindSafe for SopsSecretStatus
impl Send for SopsSecretStatus
impl Sync for SopsSecretStatus
impl Unpin for SopsSecretStatus
impl UnwindSafe for SopsSecretStatus
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