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