pub struct RunMountSecret {
pub target: Option<String>,
pub opts: Vec<RunMountSecretOpts>,
}Fields§
§target: Option<String>§opts: Vec<RunMountSecretOpts>Trait Implementations§
Source§impl Clone for RunMountSecret
impl Clone for RunMountSecret
Source§fn clone(&self) -> RunMountSecret
fn clone(&self) -> RunMountSecret
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 RunMountSecret
impl Debug for RunMountSecret
Auto Trait Implementations§
impl Freeze for RunMountSecret
impl RefUnwindSafe for RunMountSecret
impl Send for RunMountSecret
impl Sync for RunMountSecret
impl Unpin for RunMountSecret
impl UnwindSafe for RunMountSecret
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