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
sourceimpl Clone for LambdaTelemetry
impl Clone for LambdaTelemetry
sourcefn clone(&self) -> LambdaTelemetry
fn clone(&self) -> LambdaTelemetry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LambdaTelemetry
impl Debug for LambdaTelemetry
sourceimpl<'de> Deserialize<'de> for LambdaTelemetry
impl<'de> Deserialize<'de> for LambdaTelemetry
sourcefn 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
sourceimpl PartialEq<LambdaTelemetry> for LambdaTelemetry
impl PartialEq<LambdaTelemetry> for LambdaTelemetry
sourcefn eq(&self, other: &LambdaTelemetry) -> bool
fn eq(&self, other: &LambdaTelemetry) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more