Struct docker_api::api::secret::opts::SecretListOpts
source · [−]pub struct SecretListOpts { /* private fields */ }
Available on crate feature
swarm
only.Implementations
sourceimpl SecretListOpts
impl SecretListOpts
sourcepub fn builder() -> SecretListOptsBuilder
pub fn builder() -> SecretListOptsBuilder
Returns a new instance of a builder for SecretListOpts.
Trait Implementations
sourceimpl Clone for SecretListOpts
impl Clone for SecretListOpts
sourcefn clone(&self) -> SecretListOpts
fn clone(&self) -> SecretListOpts
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 SecretListOpts
impl Debug for SecretListOpts
sourceimpl Default for SecretListOpts
impl Default for SecretListOpts
sourcefn default() -> SecretListOpts
fn default() -> SecretListOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for SecretListOpts
impl Serialize for SecretListOpts
Auto Trait Implementations
impl RefUnwindSafe for SecretListOpts
impl Send for SecretListOpts
impl Sync for SecretListOpts
impl Unpin for SecretListOpts
impl UnwindSafe for SecretListOpts
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