Struct wasm_msgpack::ext::timestamp::TimestampRef
source · pub struct TimestampRef<'a> { /* private fields */ }Trait Implementations§
source§impl<'a> From<TimestampRef<'a>> for Timestamp
impl<'a> From<TimestampRef<'a>> for Timestamp
source§fn from(ts: TimestampRef<'a>) -> Self
fn from(ts: TimestampRef<'a>) -> Self
Converts to this type from the input type.