pub struct MweTarget {
pub lemma: &'static str,
pub pos: &'static str,
pub class: Option<VerbClass>,
}Fields§
§lemma: &'static str§pos: &'static str§class: Option<VerbClass>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MweTarget
impl RefUnwindSafe for MweTarget
impl Send for MweTarget
impl Sync for MweTarget
impl Unpin for MweTarget
impl UnwindSafe for MweTarget
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