pub struct IngestEvent {
pub timestamp_ms: i64,
pub message: String,
}Expand description
An event destined for a CloudWatch Log stream.
Fields§
§timestamp_ms: i64§message: StringTrait Implementations§
Source§impl Clone for IngestEvent
impl Clone for IngestEvent
Source§fn clone(&self) -> IngestEvent
fn clone(&self) -> IngestEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IngestEvent
impl RefUnwindSafe for IngestEvent
impl Send for IngestEvent
impl Sync for IngestEvent
impl Unpin for IngestEvent
impl UnsafeUnpin for IngestEvent
impl UnwindSafe for IngestEvent
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