pub struct CreateOutpostOutput {
pub outpost: Option<Outpost>,
}Fields§
§outpost: Option<Outpost>Trait Implementations§
Source§impl Clone for CreateOutpostOutput
impl Clone for CreateOutpostOutput
Source§fn clone(&self) -> CreateOutpostOutput
fn clone(&self) -> CreateOutpostOutput
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 CreateOutpostOutput
impl Debug for CreateOutpostOutput
Source§impl Default for CreateOutpostOutput
impl Default for CreateOutpostOutput
Source§fn default() -> CreateOutpostOutput
fn default() -> CreateOutpostOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateOutpostOutput
impl<'de> Deserialize<'de> for CreateOutpostOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateOutpostOutput
impl PartialEq for CreateOutpostOutput
impl StructuralPartialEq for CreateOutpostOutput
Auto Trait Implementations§
impl Freeze for CreateOutpostOutput
impl RefUnwindSafe for CreateOutpostOutput
impl Send for CreateOutpostOutput
impl Sync for CreateOutpostOutput
impl Unpin for CreateOutpostOutput
impl UnwindSafe for CreateOutpostOutput
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