pub struct SecretListOpts { /* private fields */ }
Available on crate feature
swarm
only.Implementations§
Source§impl SecretListOpts
impl SecretListOpts
Sourcepub fn builder() -> SecretListOptsBuilder
pub fn builder() -> SecretListOptsBuilder
Returns a new instance of a builder for SecretListOpts.
Trait Implementations§
Source§impl Clone for SecretListOpts
impl Clone for SecretListOpts
Source§fn clone(&self) -> SecretListOpts
fn clone(&self) -> SecretListOpts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SecretListOpts
impl Debug for SecretListOpts
Source§impl Default for SecretListOpts
impl Default for SecretListOpts
Source§fn default() -> SecretListOpts
fn default() -> SecretListOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SecretListOpts
impl RefUnwindSafe for SecretListOpts
impl Send for SecretListOpts
impl Sync for SecretListOpts
impl Unpin for SecretListOpts
impl UnwindSafe for SecretListOpts
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