pub struct CodeModeHistoryEntry {
pub kind: CodeModeHistoryKind,
pub seq: u64,
pub value: Value,
}Fields§
§kind: CodeModeHistoryKind§seq: u64§value: ValueTrait Implementations§
Source§impl Clone for CodeModeHistoryEntry
impl Clone for CodeModeHistoryEntry
Source§fn clone(&self) -> CodeModeHistoryEntry
fn clone(&self) -> CodeModeHistoryEntry
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 CodeModeHistoryEntry
impl Debug for CodeModeHistoryEntry
Source§impl<'de> Deserialize<'de> for CodeModeHistoryEntry
impl<'de> Deserialize<'de> for CodeModeHistoryEntry
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 CodeModeHistoryEntry
impl PartialEq for CodeModeHistoryEntry
Source§fn eq(&self, other: &CodeModeHistoryEntry) -> bool
fn eq(&self, other: &CodeModeHistoryEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodeModeHistoryEntry
impl Serialize for CodeModeHistoryEntry
impl StructuralPartialEq for CodeModeHistoryEntry
Auto Trait Implementations§
impl Freeze for CodeModeHistoryEntry
impl RefUnwindSafe for CodeModeHistoryEntry
impl Send for CodeModeHistoryEntry
impl Sync for CodeModeHistoryEntry
impl Unpin for CodeModeHistoryEntry
impl UnsafeUnpin for CodeModeHistoryEntry
impl UnwindSafe for CodeModeHistoryEntry
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