pub struct ModifyVpcTenancyResult {
pub return_value: Option<bool>,
}Fields§
§return_value: Option<bool>Returns true if the request succeeds; otherwise, returns an error.
Trait Implementations§
Source§impl Clone for ModifyVpcTenancyResult
impl Clone for ModifyVpcTenancyResult
Source§fn clone(&self) -> ModifyVpcTenancyResult
fn clone(&self) -> ModifyVpcTenancyResult
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 ModifyVpcTenancyResult
impl Debug for ModifyVpcTenancyResult
Source§impl Default for ModifyVpcTenancyResult
impl Default for ModifyVpcTenancyResult
Source§fn default() -> ModifyVpcTenancyResult
fn default() -> ModifyVpcTenancyResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyVpcTenancyResult
impl PartialEq for ModifyVpcTenancyResult
impl StructuralPartialEq for ModifyVpcTenancyResult
Auto Trait Implementations§
impl Freeze for ModifyVpcTenancyResult
impl RefUnwindSafe for ModifyVpcTenancyResult
impl Send for ModifyVpcTenancyResult
impl Sync for ModifyVpcTenancyResult
impl Unpin for ModifyVpcTenancyResult
impl UnwindSafe for ModifyVpcTenancyResult
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