pub struct Letter {
pub letter: char,
pub color: Rc<RefCell<Color>>,
pub char_id: usize,
pub word_id: usize,
}Fields§
§letter: char§color: Rc<RefCell<Color>>§char_id: usize§word_id: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Letter
impl !RefUnwindSafe for Letter
impl !Send for Letter
impl !Sync for Letter
impl Unpin for Letter
impl !UnwindSafe for Letter
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