Struct lambda_extension::LambdaTelemetry
source · pub struct LambdaTelemetry {
pub time: DateTime<Utc>,
pub record: LambdaTelemetryRecord,
}
Expand description
Payload received from the Telemetry API
Fields§
§time: DateTime<Utc>
Time when the telemetry was generated
record: LambdaTelemetryRecord
Telemetry record entry
Trait Implementations§
source§impl Clone for LambdaTelemetry
impl Clone for LambdaTelemetry
source§fn clone(&self) -> LambdaTelemetry
fn clone(&self) -> LambdaTelemetry
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 LambdaTelemetry
impl Debug for LambdaTelemetry
source§impl<'de> Deserialize<'de> for LambdaTelemetry
impl<'de> Deserialize<'de> for LambdaTelemetry
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 LambdaTelemetry
impl PartialEq for LambdaTelemetry
source§fn eq(&self, other: &LambdaTelemetry) -> bool
fn eq(&self, other: &LambdaTelemetry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LambdaTelemetry
impl Serialize for LambdaTelemetry
impl StructuralPartialEq for LambdaTelemetry
Auto Trait Implementations§
impl RefUnwindSafe for LambdaTelemetry
impl Send for LambdaTelemetry
impl Sync for LambdaTelemetry
impl Unpin for LambdaTelemetry
impl UnwindSafe for LambdaTelemetry
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