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