pub struct ThemeCompactDictionary {
pub version: u8,
pub terms: BTreeMap<String, u16>,
}Fields§
§version: u8§terms: BTreeMap<String, u16>Trait Implementations§
Source§impl Clone for ThemeCompactDictionary
impl Clone for ThemeCompactDictionary
Source§fn clone(&self) -> ThemeCompactDictionary
fn clone(&self) -> ThemeCompactDictionary
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 ThemeCompactDictionary
impl Debug for ThemeCompactDictionary
Source§impl<'de> Deserialize<'de> for ThemeCompactDictionary
impl<'de> Deserialize<'de> for ThemeCompactDictionary
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 Eq for ThemeCompactDictionary
Source§impl PartialEq for ThemeCompactDictionary
impl PartialEq for ThemeCompactDictionary
Source§fn eq(&self, other: &ThemeCompactDictionary) -> bool
fn eq(&self, other: &ThemeCompactDictionary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ThemeCompactDictionary
impl Serialize for ThemeCompactDictionary
impl StructuralPartialEq for ThemeCompactDictionary
Auto Trait Implementations§
impl Freeze for ThemeCompactDictionary
impl RefUnwindSafe for ThemeCompactDictionary
impl Send for ThemeCompactDictionary
impl Sync for ThemeCompactDictionary
impl Unpin for ThemeCompactDictionary
impl UnsafeUnpin for ThemeCompactDictionary
impl UnwindSafe for ThemeCompactDictionary
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