pub struct SecretInspectOptions {
pub name: String,
pub show_secret: Option<bool>,
}
Fields§
§name: String
§show_secret: Option<bool>
Trait Implementations§
Source§impl Default for SecretInspectOptions
impl Default for SecretInspectOptions
Source§fn default() -> SecretInspectOptions
fn default() -> SecretInspectOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SecretInspectOptions
impl RefUnwindSafe for SecretInspectOptions
impl Send for SecretInspectOptions
impl Sync for SecretInspectOptions
impl Unpin for SecretInspectOptions
impl UnwindSafe for SecretInspectOptions
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