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