pub enum RunMountSecretOpts {
Id(String),
Env(String),
Required,
Mode(String),
Uid(usize),
Gid(usize),
}Variants§
Trait Implementations§
Source§impl Clone for RunMountSecretOpts
impl Clone for RunMountSecretOpts
Source§fn clone(&self) -> RunMountSecretOpts
fn clone(&self) -> RunMountSecretOpts
Returns a duplicate 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 RunMountSecretOpts
impl Debug for RunMountSecretOpts
Auto Trait Implementations§
impl Freeze for RunMountSecretOpts
impl RefUnwindSafe for RunMountSecretOpts
impl Send for RunMountSecretOpts
impl Sync for RunMountSecretOpts
impl Unpin for RunMountSecretOpts
impl UnwindSafe for RunMountSecretOpts
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