pub struct HunkAppender<'a>(pub Hunks<'a>);
Tuple Fields§
§0: Hunks<'a>
Trait Implementations§
Source§impl<'a> FromIterator<&'a Entry<'a>> for HunkAppender<'a>
impl<'a> FromIterator<&'a Entry<'a>> for HunkAppender<'a>
Auto Trait Implementations§
impl<'a> Freeze for HunkAppender<'a>
impl<'a> RefUnwindSafe for HunkAppender<'a>
impl<'a> Send for HunkAppender<'a>
impl<'a> Sync for HunkAppender<'a>
impl<'a> Unpin for HunkAppender<'a>
impl<'a> UnwindSafe for HunkAppender<'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