#[non_exhaustive]pub struct SetUserSettingsOutput { /* private fields */ }Expand description
The response from the server for a set user settings request.
Implementations§
source§impl SetUserSettingsOutput
impl SetUserSettingsOutput
sourcepub fn builder() -> SetUserSettingsOutputBuilder
pub fn builder() -> SetUserSettingsOutputBuilder
Creates a new builder-style object to manufacture SetUserSettingsOutput.
Trait Implementations§
source§impl Clone for SetUserSettingsOutput
impl Clone for SetUserSettingsOutput
source§fn clone(&self) -> SetUserSettingsOutput
fn clone(&self) -> SetUserSettingsOutput
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 SetUserSettingsOutput
impl Debug for SetUserSettingsOutput
source§impl PartialEq for SetUserSettingsOutput
impl PartialEq for SetUserSettingsOutput
source§fn eq(&self, other: &SetUserSettingsOutput) -> bool
fn eq(&self, other: &SetUserSettingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SetUserSettingsOutput
impl RequestId for SetUserSettingsOutput
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 SetUserSettingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for SetUserSettingsOutput
impl Send for SetUserSettingsOutput
impl Sync for SetUserSettingsOutput
impl Unpin for SetUserSettingsOutput
impl UnwindSafe for SetUserSettingsOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.