#[non_exhaustive]pub struct DeleteSolNetworkInstanceOutput { /* private fields */ }Implementations§
source§impl DeleteSolNetworkInstanceOutput
impl DeleteSolNetworkInstanceOutput
sourcepub fn builder() -> DeleteSolNetworkInstanceOutputBuilder
pub fn builder() -> DeleteSolNetworkInstanceOutputBuilder
Creates a new builder-style object to manufacture DeleteSolNetworkInstanceOutput.
Trait Implementations§
source§impl Clone for DeleteSolNetworkInstanceOutput
impl Clone for DeleteSolNetworkInstanceOutput
source§fn clone(&self) -> DeleteSolNetworkInstanceOutput
fn clone(&self) -> DeleteSolNetworkInstanceOutput
Returns a copy 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 PartialEq for DeleteSolNetworkInstanceOutput
impl PartialEq for DeleteSolNetworkInstanceOutput
source§fn eq(&self, other: &DeleteSolNetworkInstanceOutput) -> bool
fn eq(&self, other: &DeleteSolNetworkInstanceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteSolNetworkInstanceOutput
impl RequestId for DeleteSolNetworkInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeleteSolNetworkInstanceOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSolNetworkInstanceOutput
impl Send for DeleteSolNetworkInstanceOutput
impl Sync for DeleteSolNetworkInstanceOutput
impl Unpin for DeleteSolNetworkInstanceOutput
impl UnwindSafe for DeleteSolNetworkInstanceOutput
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