pub struct SecretDeleteLibpod {
pub all: Option<bool>,
}
Available on crate feature
v4
only.Fields§
§all: Option<bool>
Remove all secrets
Trait Implementations§
Source§impl Debug for SecretDeleteLibpod
impl Debug for SecretDeleteLibpod
Source§impl Default for SecretDeleteLibpod
impl Default for SecretDeleteLibpod
Source§fn default() -> SecretDeleteLibpod
fn default() -> SecretDeleteLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SecretDeleteLibpod
impl RefUnwindSafe for SecretDeleteLibpod
impl Send for SecretDeleteLibpod
impl Sync for SecretDeleteLibpod
impl Unpin for SecretDeleteLibpod
impl UnwindSafe for SecretDeleteLibpod
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