pub struct VecSource { /* private fields */ }Expand description
A source that yields blocks from a Vec.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecSource
impl RefUnwindSafe for VecSource
impl Send for VecSource
impl Sync for VecSource
impl Unpin for VecSource
impl UnwindSafe for VecSource
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