Struct aoc_2022::day_17::board::DisplayBoard
source · pub struct DisplayBoard<'a, I: Iterator<Item = Push>> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> RefUnwindSafe for DisplayBoard<'a, I>where I: RefUnwindSafe,
impl<'a, I> Send for DisplayBoard<'a, I>where I: Sync,
impl<'a, I> Sync for DisplayBoard<'a, I>where I: Sync,
impl<'a, I> Unpin for DisplayBoard<'a, I>
impl<'a, I> UnwindSafe for DisplayBoard<'a, I>where I: RefUnwindSafe,
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