#[non_exhaustive]pub struct UpdateRevealConfigurationOutput { /* private fields */ }
Implementations
sourceimpl UpdateRevealConfigurationOutput
impl UpdateRevealConfigurationOutput
sourcepub fn configuration(&self) -> Option<&RevealConfiguration>
pub fn configuration(&self) -> Option<&RevealConfiguration>
The new configuration settings and the status of the configuration for the account.
sourceimpl UpdateRevealConfigurationOutput
impl UpdateRevealConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRevealConfigurationOutput
.
Trait Implementations
sourceimpl Clone for UpdateRevealConfigurationOutput
impl Clone for UpdateRevealConfigurationOutput
sourcefn clone(&self) -> UpdateRevealConfigurationOutput
fn clone(&self) -> UpdateRevealConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateRevealConfigurationOutput> for UpdateRevealConfigurationOutput
impl PartialEq<UpdateRevealConfigurationOutput> for UpdateRevealConfigurationOutput
sourcefn eq(&self, other: &UpdateRevealConfigurationOutput) -> bool
fn eq(&self, other: &UpdateRevealConfigurationOutput) -> bool
impl StructuralPartialEq for UpdateRevealConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRevealConfigurationOutput
impl Send for UpdateRevealConfigurationOutput
impl Sync for UpdateRevealConfigurationOutput
impl Unpin for UpdateRevealConfigurationOutput
impl UnwindSafe for UpdateRevealConfigurationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more