pub struct EventTypeMapping {
pub rust_type: String,
pub aws_events_module: String,
pub imports: Vec<String>,
pub serde_attributes: Vec<String>,
}Fields§
§rust_type: String§aws_events_module: String§imports: Vec<String>§serde_attributes: Vec<String>Trait Implementations§
Source§impl Clone for EventTypeMapping
impl Clone for EventTypeMapping
Source§fn clone(&self) -> EventTypeMapping
fn clone(&self) -> EventTypeMapping
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for EventTypeMapping
impl RefUnwindSafe for EventTypeMapping
impl Send for EventTypeMapping
impl Sync for EventTypeMapping
impl Unpin for EventTypeMapping
impl UnwindSafe for EventTypeMapping
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