pub struct CreateOutpostInput {
pub availability_zone: Option<String>,
pub availability_zone_id: Option<String>,
pub description: Option<String>,
pub name: Option<String>,
pub site_id: String,
}Fields§
§availability_zone: Option<String>§availability_zone_id: Option<String>§description: Option<String>§name: Option<String>§site_id: StringTrait Implementations§
Source§impl Clone for CreateOutpostInput
impl Clone for CreateOutpostInput
Source§fn clone(&self) -> CreateOutpostInput
fn clone(&self) -> CreateOutpostInput
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 CreateOutpostInput
impl Debug for CreateOutpostInput
Source§impl Default for CreateOutpostInput
impl Default for CreateOutpostInput
Source§fn default() -> CreateOutpostInput
fn default() -> CreateOutpostInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateOutpostInput
impl PartialEq for CreateOutpostInput
Source§impl Serialize for CreateOutpostInput
impl Serialize for CreateOutpostInput
impl StructuralPartialEq for CreateOutpostInput
Auto Trait Implementations§
impl Freeze for CreateOutpostInput
impl RefUnwindSafe for CreateOutpostInput
impl Send for CreateOutpostInput
impl Sync for CreateOutpostInput
impl Unpin for CreateOutpostInput
impl UnwindSafe for CreateOutpostInput
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