pub struct GetOutpostInstanceTypesInput {
pub max_results: Option<i64>,
pub next_token: Option<String>,
pub outpost_id: String,
}Fields§
§max_results: Option<i64>§next_token: Option<String>§outpost_id: StringTrait Implementations§
Source§impl Clone for GetOutpostInstanceTypesInput
impl Clone for GetOutpostInstanceTypesInput
Source§fn clone(&self) -> GetOutpostInstanceTypesInput
fn clone(&self) -> GetOutpostInstanceTypesInput
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 GetOutpostInstanceTypesInput
impl Debug for GetOutpostInstanceTypesInput
Source§impl Default for GetOutpostInstanceTypesInput
impl Default for GetOutpostInstanceTypesInput
Source§fn default() -> GetOutpostInstanceTypesInput
fn default() -> GetOutpostInstanceTypesInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetOutpostInstanceTypesInput
impl PartialEq for GetOutpostInstanceTypesInput
Source§fn eq(&self, other: &GetOutpostInstanceTypesInput) -> bool
fn eq(&self, other: &GetOutpostInstanceTypesInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetOutpostInstanceTypesInput
Auto Trait Implementations§
impl Freeze for GetOutpostInstanceTypesInput
impl RefUnwindSafe for GetOutpostInstanceTypesInput
impl Send for GetOutpostInstanceTypesInput
impl Sync for GetOutpostInstanceTypesInput
impl Unpin for GetOutpostInstanceTypesInput
impl UnwindSafe for GetOutpostInstanceTypesInput
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