Struct aws_lambda_events::event::documentdb::events::update_event::UpdateTruncate
source · pub struct UpdateTruncate { /* private fields */ }Trait Implementations§
source§impl Clone for UpdateTruncate
impl Clone for UpdateTruncate
source§fn clone(&self) -> UpdateTruncate
fn clone(&self) -> UpdateTruncate
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 UpdateTruncate
impl Debug for UpdateTruncate
source§impl Default for UpdateTruncate
impl Default for UpdateTruncate
source§fn default() -> UpdateTruncate
fn default() -> UpdateTruncate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateTruncate
impl<'de> Deserialize<'de> for UpdateTruncate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for UpdateTruncate
impl PartialEq for UpdateTruncate
source§fn eq(&self, other: &UpdateTruncate) -> bool
fn eq(&self, other: &UpdateTruncate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for UpdateTruncate
impl Serialize for UpdateTruncate
impl Eq for UpdateTruncate
impl StructuralPartialEq for UpdateTruncate
Auto Trait Implementations§
impl RefUnwindSafe for UpdateTruncate
impl Send for UpdateTruncate
impl Sync for UpdateTruncate
impl Unpin for UpdateTruncate
impl UnwindSafe for UpdateTruncate
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