pub struct ChronologicalEntry {
pub index: usize,
pub payload: ChronologicalPayload,
}Fields§
§index: usize§payload: ChronologicalPayloadTrait Implementations§
Source§impl Clone for ChronologicalEntry
impl Clone for ChronologicalEntry
Source§fn clone(&self) -> ChronologicalEntry
fn clone(&self) -> ChronologicalEntry
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 Debug for ChronologicalEntry
impl Debug for ChronologicalEntry
Source§impl<'de> Deserialize<'de> for ChronologicalEntry
impl<'de> Deserialize<'de> for ChronologicalEntry
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
Auto Trait Implementations§
impl Freeze for ChronologicalEntry
impl RefUnwindSafe for ChronologicalEntry
impl Send for ChronologicalEntry
impl Sync for ChronologicalEntry
impl Unpin for ChronologicalEntry
impl UnsafeUnpin for ChronologicalEntry
impl UnwindSafe for ChronologicalEntry
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