pub struct DownCommand { /* private fields */ }
Implementations§
Source§impl DownCommand
impl DownCommand
pub fn new(command: Command) -> Self
pub fn remove_volumes(self) -> Self
pub fn remove_orphans(self) -> Self
pub fn remove_images(self, opt: RemoveOptions) -> Self
pub fn timeout(self, duration: Duration) -> Self
Auto Trait Implementations§
impl Freeze for DownCommand
impl !RefUnwindSafe for DownCommand
impl Send for DownCommand
impl Sync for DownCommand
impl Unpin for DownCommand
impl !UnwindSafe for DownCommand
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