pub struct StatusSegredos {
pub fonte: FonteChave,
pub cifragem_ativa: bool,
pub key_file_path: PathBuf,
pub plaintext_opt_out: bool,
}Expand description
Relatório de modo de segredos (sem material sensível).
Fields§
§fonte: FonteChaveFonte da chave mestra.
cifragem_ativa: boolSe true, serialização cifra secrets.
key_file_path: PathBufPath do secrets.key (pode não existir ainda).
plaintext_opt_out: boolSe true, opt-out de plaintext está ativo.
Trait Implementations§
Source§impl Clone for StatusSegredos
impl Clone for StatusSegredos
Source§fn clone(&self) -> StatusSegredos
fn clone(&self) -> StatusSegredos
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StatusSegredos
impl Debug for StatusSegredos
impl Eq for StatusSegredos
Source§impl PartialEq for StatusSegredos
impl PartialEq for StatusSegredos
impl StructuralPartialEq for StatusSegredos
Auto Trait Implementations§
impl Freeze for StatusSegredos
impl RefUnwindSafe for StatusSegredos
impl Send for StatusSegredos
impl Sync for StatusSegredos
impl Unpin for StatusSegredos
impl UnsafeUnpin for StatusSegredos
impl UnwindSafe for StatusSegredos
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.