pub struct ModifyInstancePlacementResult {
pub return_: Option<bool>,
}Fields§
§return_: Option<bool>Is true if the request succeeds, and an error otherwise.
Trait Implementations§
Source§impl Clone for ModifyInstancePlacementResult
impl Clone for ModifyInstancePlacementResult
Source§fn clone(&self) -> ModifyInstancePlacementResult
fn clone(&self) -> ModifyInstancePlacementResult
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 Default for ModifyInstancePlacementResult
impl Default for ModifyInstancePlacementResult
Source§fn default() -> ModifyInstancePlacementResult
fn default() -> ModifyInstancePlacementResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyInstancePlacementResult
impl PartialEq for ModifyInstancePlacementResult
Source§fn eq(&self, other: &ModifyInstancePlacementResult) -> bool
fn eq(&self, other: &ModifyInstancePlacementResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyInstancePlacementResult
Auto Trait Implementations§
impl Freeze for ModifyInstancePlacementResult
impl RefUnwindSafe for ModifyInstancePlacementResult
impl Send for ModifyInstancePlacementResult
impl Sync for ModifyInstancePlacementResult
impl Unpin for ModifyInstancePlacementResult
impl UnwindSafe for ModifyInstancePlacementResult
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