pub struct SecretCreateOpts { /* private fields */ }
Expand description
Used to create a Secret.
Implementations§
Trait Implementations§
Source§impl Clone for SecretCreateOpts
impl Clone for SecretCreateOpts
Source§fn clone(&self) -> SecretCreateOpts
fn clone(&self) -> SecretCreateOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SecretCreateOpts
impl Debug for SecretCreateOpts
Source§impl Default for SecretCreateOpts
impl Default for SecretCreateOpts
Source§fn default() -> SecretCreateOpts
fn default() -> SecretCreateOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SecretCreateOpts
impl RefUnwindSafe for SecretCreateOpts
impl Send for SecretCreateOpts
impl Sync for SecretCreateOpts
impl Unpin for SecretCreateOpts
impl UnwindSafe for SecretCreateOpts
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