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