pub struct StackCreateOptions {
pub secrets_provider: Option<String>,
pub copy_config_from: Option<String>,
}Fields§
§secrets_provider: Option<String>§copy_config_from: Option<String>Trait Implementations§
Source§impl Clone for StackCreateOptions
impl Clone for StackCreateOptions
Source§fn clone(&self) -> StackCreateOptions
fn clone(&self) -> StackCreateOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StackCreateOptions
impl Debug for StackCreateOptions
Source§impl Default for StackCreateOptions
impl Default for StackCreateOptions
Source§fn default() -> StackCreateOptions
fn default() -> StackCreateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackCreateOptions
impl RefUnwindSafe for StackCreateOptions
impl Send for StackCreateOptions
impl Sync for StackCreateOptions
impl Unpin for StackCreateOptions
impl UnsafeUnpin for StackCreateOptions
impl UnwindSafe for StackCreateOptions
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