pub struct PutEvent {
pub event_id: String,
pub source: String,
pub detail_type: String,
pub detail: String,
pub event_bus_name: String,
pub time: DateTime<Utc>,
pub resources: Vec<String>,
}Fields§
§event_id: String§source: String§detail_type: String§detail: String§event_bus_name: String§time: DateTime<Utc>§resources: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutEvent
impl RefUnwindSafe for PutEvent
impl Send for PutEvent
impl Sync for PutEvent
impl Unpin for PutEvent
impl UnsafeUnpin for PutEvent
impl UnwindSafe for PutEvent
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