pub struct EnableVpcClassicLinkResult {
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 EnableVpcClassicLinkResult
impl Clone for EnableVpcClassicLinkResult
Source§fn clone(&self) -> EnableVpcClassicLinkResult
fn clone(&self) -> EnableVpcClassicLinkResult
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 EnableVpcClassicLinkResult
impl Debug for EnableVpcClassicLinkResult
Source§impl Default for EnableVpcClassicLinkResult
impl Default for EnableVpcClassicLinkResult
Source§fn default() -> EnableVpcClassicLinkResult
fn default() -> EnableVpcClassicLinkResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for EnableVpcClassicLinkResult
Auto Trait Implementations§
impl Freeze for EnableVpcClassicLinkResult
impl RefUnwindSafe for EnableVpcClassicLinkResult
impl Send for EnableVpcClassicLinkResult
impl Sync for EnableVpcClassicLinkResult
impl Unpin for EnableVpcClassicLinkResult
impl UnwindSafe for EnableVpcClassicLinkResult
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