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