#[non_exhaustive]pub struct UpdatePublicSharingSettingsOutput { /* private fields */ }Implementations
sourceimpl UpdatePublicSharingSettingsOutput
impl UpdatePublicSharingSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePublicSharingSettingsOutput.
Trait Implementations
sourceimpl Clone for UpdatePublicSharingSettingsOutput
impl Clone for UpdatePublicSharingSettingsOutput
sourcefn clone(&self) -> UpdatePublicSharingSettingsOutput
fn clone(&self) -> UpdatePublicSharingSettingsOutput
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<UpdatePublicSharingSettingsOutput> for UpdatePublicSharingSettingsOutput
impl PartialEq<UpdatePublicSharingSettingsOutput> for UpdatePublicSharingSettingsOutput
sourcefn eq(&self, other: &UpdatePublicSharingSettingsOutput) -> bool
fn eq(&self, other: &UpdatePublicSharingSettingsOutput) -> bool
impl StructuralPartialEq for UpdatePublicSharingSettingsOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePublicSharingSettingsOutput
impl Send for UpdatePublicSharingSettingsOutput
impl Sync for UpdatePublicSharingSettingsOutput
impl Unpin for UpdatePublicSharingSettingsOutput
impl UnwindSafe for UpdatePublicSharingSettingsOutput
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