pub struct SessionNextCompactionEndedData {
pub message_id: String,
pub reason: String,
pub recent: String,
pub session_id: String,
pub text: String,
pub timestamp: f64,
}Fields§
§message_id: String§reason: String§recent: String§session_id: String§text: String§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextCompactionEndedData
impl Clone for SessionNextCompactionEndedData
Source§fn clone(&self) -> SessionNextCompactionEndedData
fn clone(&self) -> SessionNextCompactionEndedData
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 moreSource§impl<'de> Deserialize<'de> for SessionNextCompactionEndedData
impl<'de> Deserialize<'de> for SessionNextCompactionEndedData
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
impl StructuralPartialEq for SessionNextCompactionEndedData
Auto Trait Implementations§
impl Freeze for SessionNextCompactionEndedData
impl RefUnwindSafe for SessionNextCompactionEndedData
impl Send for SessionNextCompactionEndedData
impl Sync for SessionNextCompactionEndedData
impl Unpin for SessionNextCompactionEndedData
impl UnsafeUnpin for SessionNextCompactionEndedData
impl UnwindSafe for SessionNextCompactionEndedData
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