pub struct ConfigSecretField {
pub lib: Symbol,
pub key: String,
}Expand description
Secret-bearing config field metadata exported by a ConfigShape.
Fields§
§lib: SymbolLibrary whose table contains the secret field.
key: StringTop-level field key whose value must be redacted by report surfaces.
Trait Implementations§
Source§impl Clone for ConfigSecretField
impl Clone for ConfigSecretField
Source§fn clone(&self) -> ConfigSecretField
fn clone(&self) -> ConfigSecretField
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 ConfigSecretField
impl Debug for ConfigSecretField
impl Eq for ConfigSecretField
Source§impl PartialEq for ConfigSecretField
impl PartialEq for ConfigSecretField
impl StructuralPartialEq for ConfigSecretField
Auto Trait Implementations§
impl Freeze for ConfigSecretField
impl RefUnwindSafe for ConfigSecretField
impl Send for ConfigSecretField
impl Sync for ConfigSecretField
impl Unpin for ConfigSecretField
impl UnsafeUnpin for ConfigSecretField
impl UnwindSafe for ConfigSecretField
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