Struct docker_api::api::secret::opts::SecretListOptsBuilder [−][src]
pub struct SecretListOptsBuilder { /* fields omitted */ }
This is supported on crate feature
swarm
only.Expand description
A builder struct for SecretListOpts.
Implementations
Finish building SecretListOpts.
Filter the list of filters 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 SecretListOptsBuilder
impl Send for SecretListOptsBuilder
impl Sync for SecretListOptsBuilder
impl Unpin for SecretListOptsBuilder
impl UnwindSafe for SecretListOptsBuilder
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