struct EkuListDebug<'a>(&'a [Vec<usize>]);
Tuple Fields§
§0: &'a [Vec<usize>]
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EkuListDebug<'a>
impl<'a> RefUnwindSafe for EkuListDebug<'a>
impl<'a> Send for EkuListDebug<'a>
impl<'a> Sync for EkuListDebug<'a>
impl<'a> Unpin for EkuListDebug<'a>
impl<'a> UnwindSafe for EkuListDebug<'a>
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