#[non_exhaustive]pub struct DeleteWorkerFleetOutput { /* private fields */ }Implementations§
source§impl DeleteWorkerFleetOutput
impl DeleteWorkerFleetOutput
sourcepub fn builder() -> DeleteWorkerFleetOutputBuilder
pub fn builder() -> DeleteWorkerFleetOutputBuilder
Creates a new builder-style object to manufacture DeleteWorkerFleetOutput.
Trait Implementations§
source§impl Clone for DeleteWorkerFleetOutput
impl Clone for DeleteWorkerFleetOutput
source§fn clone(&self) -> DeleteWorkerFleetOutput
fn clone(&self) -> DeleteWorkerFleetOutput
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 Debug for DeleteWorkerFleetOutput
impl Debug for DeleteWorkerFleetOutput
source§impl PartialEq<DeleteWorkerFleetOutput> for DeleteWorkerFleetOutput
impl PartialEq<DeleteWorkerFleetOutput> for DeleteWorkerFleetOutput
source§fn eq(&self, other: &DeleteWorkerFleetOutput) -> bool
fn eq(&self, other: &DeleteWorkerFleetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteWorkerFleetOutput
impl RequestId for DeleteWorkerFleetOutput
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 DeleteWorkerFleetOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteWorkerFleetOutput
impl Send for DeleteWorkerFleetOutput
impl Sync for DeleteWorkerFleetOutput
impl Unpin for DeleteWorkerFleetOutput
impl UnwindSafe for DeleteWorkerFleetOutput
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