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