pub struct UserMessageTime {
pub created: f64,
}Expand description
Timing information for a UserMessage.
Fields§
§created: f64Epoch timestamp when the message was created.
Trait Implementations§
Source§impl Clone for UserMessageTime
impl Clone for UserMessageTime
Source§fn clone(&self) -> UserMessageTime
fn clone(&self) -> UserMessageTime
Returns a duplicate 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 UserMessageTime
impl Debug for UserMessageTime
Source§impl<'de> Deserialize<'de> for UserMessageTime
impl<'de> Deserialize<'de> for UserMessageTime
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 UserMessageTime
impl PartialEq for UserMessageTime
Source§impl Serialize for UserMessageTime
impl Serialize for UserMessageTime
impl StructuralPartialEq for UserMessageTime
Auto Trait Implementations§
impl Freeze for UserMessageTime
impl RefUnwindSafe for UserMessageTime
impl Send for UserMessageTime
impl Sync for UserMessageTime
impl Unpin for UserMessageTime
impl UnwindSafe for UserMessageTime
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