pub struct CodeModeHistory {
pub entries: Vec<CodeModeHistoryEntry>,
}Fields§
§entries: Vec<CodeModeHistoryEntry>Trait Implementations§
Source§impl Clone for CodeModeHistory
impl Clone for CodeModeHistory
Source§fn clone(&self) -> CodeModeHistory
fn clone(&self) -> CodeModeHistory
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 CodeModeHistory
impl Debug for CodeModeHistory
Source§impl Default for CodeModeHistory
impl Default for CodeModeHistory
Source§fn default() -> CodeModeHistory
fn default() -> CodeModeHistory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodeModeHistory
impl<'de> Deserialize<'de> for CodeModeHistory
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 CodeModeHistory
impl PartialEq for CodeModeHistory
Source§fn eq(&self, other: &CodeModeHistory) -> bool
fn eq(&self, other: &CodeModeHistory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodeModeHistory
impl Serialize for CodeModeHistory
impl StructuralPartialEq for CodeModeHistory
Auto Trait Implementations§
impl Freeze for CodeModeHistory
impl RefUnwindSafe for CodeModeHistory
impl Send for CodeModeHistory
impl Sync for CodeModeHistory
impl Unpin for CodeModeHistory
impl UnsafeUnpin for CodeModeHistory
impl UnwindSafe for CodeModeHistory
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