pub struct SenseRef {
pub word: String,
/* private fields */
}
Expand description
refers to the actual text of a word
Fields§
§word: String
the word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SenseRef
impl RefUnwindSafe for SenseRef
impl Send for SenseRef
impl Sync for SenseRef
impl Unpin for SenseRef
impl UnwindSafe for SenseRef
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