Struct docker_api::api::network::opts::NetworkPruneOptsBuilder [−][src]
pub struct NetworkPruneOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for NetworkPruneOpts.
Implementations
Finish building NetworkPruneOpts.
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = NetworkPruneFilter>,
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = NetworkPruneFilter>,
Filter the networks to prune by one of the variants of the enum.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NetworkPruneOptsBuilder
impl Send for NetworkPruneOptsBuilder
impl Sync for NetworkPruneOptsBuilder
impl Unpin for NetworkPruneOptsBuilder
impl UnwindSafe for NetworkPruneOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more