pub struct OutputBuffer<A>(pub Vec<A>);Tuple Fields§
§0: Vec<A>Implementations§
Source§impl<A> OutputBuffer<A>
impl<A> OutputBuffer<A>
Trait Implementations§
Source§impl<A: Debug> Debug for OutputBuffer<A>
impl<A: Debug> Debug for OutputBuffer<A>
Source§impl<A> Default for OutputBuffer<A>
impl<A> Default for OutputBuffer<A>
Source§impl<A> Drain for OutputBuffer<A>where
A: Send,
impl<A> Drain for OutputBuffer<A>where
A: Send,
Auto Trait Implementations§
impl<A> Freeze for OutputBuffer<A>
impl<A> RefUnwindSafe for OutputBuffer<A>where
A: RefUnwindSafe,
impl<A> Send for OutputBuffer<A>where
A: Send,
impl<A> Sync for OutputBuffer<A>where
A: Sync,
impl<A> Unpin for OutputBuffer<A>where
A: Unpin,
impl<A> UnsafeUnpin for OutputBuffer<A>
impl<A> UnwindSafe for OutputBuffer<A>where
A: 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