pub struct VecCombine<T> { /* private fields */ }Trait Implementations§
Source§impl<T> CombineError<T, T> for VecCombine<T>
impl<T> CombineError<T, T> for VecCombine<T>
Source§impl<E> CombineError<Vec<E>, E> for VecCombine<E>
impl<E> CombineError<Vec<E>, E> for VecCombine<E>
Source§impl<E> CombineErrorBuilder<E, E> for VecCombine<E>
impl<E> CombineErrorBuilder<E, E> for VecCombine<E>
Auto Trait Implementations§
impl<T> Freeze for VecCombine<T>
impl<T> RefUnwindSafe for VecCombine<T>where
T: RefUnwindSafe,
impl<T> Send for VecCombine<T>where
T: Send,
impl<T> Sync for VecCombine<T>where
T: Sync,
impl<T> Unpin for VecCombine<T>where
T: Unpin,
impl<T> UnwindSafe for VecCombine<T>where
T: 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