pub struct ActiveWord(pub String, pub i32, pub Cell<i32>);Tuple Fields§
§0: String§1: i32§2: Cell<i32>Auto Trait Implementations§
impl !Freeze for ActiveWord
impl !RefUnwindSafe for ActiveWord
impl Send for ActiveWord
impl !Sync for ActiveWord
impl Unpin for ActiveWord
impl UnwindSafe for ActiveWord
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