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