pub struct SenseEntry {
pub sense_key: String,
pub synset_offset: u64,
pub sense_number: u32,
pub tag_cnt: u32,
}Fields§
§sense_key: String§synset_offset: u64§sense_number: u32§tag_cnt: u32Trait Implementations§
Source§impl Clone for SenseEntry
impl Clone for SenseEntry
Source§fn clone(&self) -> SenseEntry
fn clone(&self) -> SenseEntry
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 SenseEntry
impl Debug for SenseEntry
Source§impl<'de> Deserialize<'de> for SenseEntry
impl<'de> Deserialize<'de> for SenseEntry
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 SenseEntry
Source§impl Ord for SenseEntry
impl Ord for SenseEntry
Source§fn cmp(&self, other: &SenseEntry) -> Ordering
fn cmp(&self, other: &SenseEntry) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SenseEntry
impl PartialEq for SenseEntry
Source§fn eq(&self, other: &SenseEntry) -> bool
fn eq(&self, other: &SenseEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SenseEntry
impl PartialOrd for SenseEntry
Source§impl Serialize for SenseEntry
impl Serialize for SenseEntry
impl StructuralPartialEq for SenseEntry
Auto Trait Implementations§
impl Freeze for SenseEntry
impl RefUnwindSafe for SenseEntry
impl Send for SenseEntry
impl Sync for SenseEntry
impl Unpin for SenseEntry
impl UnsafeUnpin for SenseEntry
impl UnwindSafe for SenseEntry
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