pub struct GetOrCreateOptions {
pub params: Option<Value>,
pub create_in_region: Option<String>,
pub create_with_input: Option<Value>,
}Fields§
§params: Option<Value>§create_in_region: Option<String>§create_with_input: Option<Value>Trait Implementations§
Source§impl Default for GetOrCreateOptions
impl Default for GetOrCreateOptions
Source§fn default() -> GetOrCreateOptions
fn default() -> GetOrCreateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetOrCreateOptions
impl RefUnwindSafe for GetOrCreateOptions
impl Send for GetOrCreateOptions
impl Sync for GetOrCreateOptions
impl Unpin for GetOrCreateOptions
impl UnsafeUnpin for GetOrCreateOptions
impl UnwindSafe for GetOrCreateOptions
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