pub struct RichHunks<'a>(pub Vec<RichHunk<'a>>);
Tuple Fields§
§0: Vec<RichHunk<'a>>
Trait Implementations§
impl<'a> Eq for RichHunks<'a>
impl<'a> StructuralPartialEq for RichHunks<'a>
Auto Trait Implementations§
impl<'a> Freeze for RichHunks<'a>
impl<'a> RefUnwindSafe for RichHunks<'a>
impl<'a> Send for RichHunks<'a>
impl<'a> Sync for RichHunks<'a>
impl<'a> Unpin for RichHunks<'a>
impl<'a> UnwindSafe for RichHunks<'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