pub struct SynsetId {
pub pos: Pos,
pub offset: u32,
}Expand description
(offset, pos) pair uniquely identifying a synset within the WordNet files.
Fields§
§pos: Pos§offset: u32Trait Implementations§
impl Copy for SynsetId
impl Eq for SynsetId
impl StructuralPartialEq for SynsetId
Auto Trait Implementations§
impl Freeze for SynsetId
impl RefUnwindSafe for SynsetId
impl Send for SynsetId
impl Sync for SynsetId
impl Unpin for SynsetId
impl UnwindSafe for SynsetId
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