Struct docker_api::opts::NetworkPruneOpts
source · [−]pub struct NetworkPruneOpts { /* private fields */ }
Implementations
sourceimpl NetworkPruneOpts
impl NetworkPruneOpts
sourcepub fn builder() -> NetworkPruneOptsBuilder
pub fn builder() -> NetworkPruneOptsBuilder
Returns a new instance of a builder for NetworkPruneOpts.
Trait Implementations
sourceimpl Clone for NetworkPruneOpts
impl Clone for NetworkPruneOpts
sourcefn clone(&self) -> NetworkPruneOpts
fn clone(&self) -> NetworkPruneOpts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NetworkPruneOpts
impl Debug for NetworkPruneOpts
sourceimpl Default for NetworkPruneOpts
impl Default for NetworkPruneOpts
sourcefn default() -> NetworkPruneOpts
fn default() -> NetworkPruneOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for NetworkPruneOpts
impl Serialize for NetworkPruneOpts
Auto Trait Implementations
impl RefUnwindSafe for NetworkPruneOpts
impl Send for NetworkPruneOpts
impl Sync for NetworkPruneOpts
impl Unpin for NetworkPruneOpts
impl UnwindSafe for NetworkPruneOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more