Struct aws_sdk_batch::output::DeleteJobQueueOutput
source · #[non_exhaustive]pub struct DeleteJobQueueOutput {}
Implementations§
source§impl DeleteJobQueueOutput
impl DeleteJobQueueOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteJobQueueOutput
.
Trait Implementations§
source§impl Clone for DeleteJobQueueOutput
impl Clone for DeleteJobQueueOutput
source§fn clone(&self) -> DeleteJobQueueOutput
fn clone(&self) -> DeleteJobQueueOutput
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 DeleteJobQueueOutput
impl Debug for DeleteJobQueueOutput
source§impl PartialEq<DeleteJobQueueOutput> for DeleteJobQueueOutput
impl PartialEq<DeleteJobQueueOutput> for DeleteJobQueueOutput
source§fn eq(&self, other: &DeleteJobQueueOutput) -> bool
fn eq(&self, other: &DeleteJobQueueOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.