Struct aws_lambda_events::event::documentdb::DocumentDbEvent
source · pub struct DocumentDbEvent {
pub event_source_arn: Option<String>,
pub events: Vec<DocumentDbInnerEvent>,
pub event_source: Option<String>,
}Fields§
§event_source_arn: Option<String>§events: Vec<DocumentDbInnerEvent>§event_source: Option<String>Trait Implementations§
source§impl Clone for DocumentDbEvent
impl Clone for DocumentDbEvent
source§fn clone(&self) -> DocumentDbEvent
fn clone(&self) -> DocumentDbEvent
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 DocumentDbEvent
impl Debug for DocumentDbEvent
source§impl Default for DocumentDbEvent
impl Default for DocumentDbEvent
source§fn default() -> DocumentDbEvent
fn default() -> DocumentDbEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DocumentDbEvent
impl<'de> Deserialize<'de> for DocumentDbEvent
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 DocumentDbEvent
impl PartialEq for DocumentDbEvent
source§fn eq(&self, other: &DocumentDbEvent) -> bool
fn eq(&self, other: &DocumentDbEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DocumentDbEvent
impl Serialize for DocumentDbEvent
impl Eq for DocumentDbEvent
impl StructuralPartialEq for DocumentDbEvent
Auto Trait Implementations§
impl RefUnwindSafe for DocumentDbEvent
impl Send for DocumentDbEvent
impl Sync for DocumentDbEvent
impl Unpin for DocumentDbEvent
impl UnwindSafe for DocumentDbEvent
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