pub struct SizedCollect<T, B = Vec<<T as IterScan>::Output>>{
_marker: PhantomData<fn() -> (T, B)>,
}Fields§
§_marker: PhantomData<fn() -> (T, B)>Trait Implementations§
Source§impl<T, B> Clone for SizedCollect<T, B>
impl<T, B> Clone for SizedCollect<T, B>
Source§fn clone(&self) -> SizedCollect<T, B>
fn clone(&self) -> SizedCollect<T, B>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T, B> Debug for SizedCollect<T, B>
impl<T, B> Debug for SizedCollect<T, B>
Source§impl<T, B> IterScan for SizedCollect<T, B>
impl<T, B> IterScan for SizedCollect<T, B>
impl<T, B> Copy for SizedCollect<T, B>
Auto Trait Implementations§
impl<T, B> Freeze for SizedCollect<T, B>
impl<T, B> RefUnwindSafe for SizedCollect<T, B>
impl<T, B> Send for SizedCollect<T, B>
impl<T, B> Sync for SizedCollect<T, B>
impl<T, B> Unpin for SizedCollect<T, B>
impl<T, B> UnwindSafe for SizedCollect<T, B>
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