Struct kaspa_utils::iter::ReusableIterFormat
source · pub struct ReusableIterFormat<'a, I> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'a, I> Debug for ReusableIterFormat<'a, I>
impl<'a, I> Debug for ReusableIterFormat<'a, I>
Auto Trait Implementations§
impl<'a, I> !RefUnwindSafe for ReusableIterFormat<'a, I>
impl<'a, I> Send for ReusableIterFormat<'a, I>where
I: Send,
impl<'a, I> !Sync for ReusableIterFormat<'a, I>
impl<'a, I> Unpin for ReusableIterFormat<'a, I>where
I: Unpin,
impl<'a, I> UnwindSafe for ReusableIterFormat<'a, I>where
I: UnwindSafe,
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