pub struct CharWithCoords {
pub ch: char,
pub coords: Coords,
}Expand description
A char and a [Coord] providing positional information
Fields§
§ch: char§coords: CoordsAuto Trait Implementations§
impl Freeze for CharWithCoords
impl RefUnwindSafe for CharWithCoords
impl Send for CharWithCoords
impl Sync for CharWithCoords
impl Unpin for CharWithCoords
impl UnwindSafe for CharWithCoords
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