pub struct Lemma<'a> {
pub text: &'a str,
pub lex_id: u8,
}Expand description
A lemma string and its per-synset lex_id.
Fields§
§text: &'a str§lex_id: u8Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Lemma<'a>
impl<'a> RefUnwindSafe for Lemma<'a>
impl<'a> Send for Lemma<'a>
impl<'a> Sync for Lemma<'a>
impl<'a> Unpin for Lemma<'a>
impl<'a> UnwindSafe for Lemma<'a>
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