pub struct Many<E, F>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<E, F> Freeze for Many<E, F>where
F: Freeze,
impl<E, F> RefUnwindSafe for Many<E, F>where
F: RefUnwindSafe,
E: RefUnwindSafe,
impl<E, F> Send for Many<E, F>
impl<E, F> Sync for Many<E, F>
impl<E, F> Unpin for Many<E, F>
impl<E, F> UnwindSafe for Many<E, F>where
F: UnwindSafe,
E: 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