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