pub struct DisjointUnionExt<T: Eq + Hash + Clone> { /* private fields */ }Expand description
Disjoint union (coproduct) of sets.
Auto Trait Implementations§
impl<T> Freeze for DisjointUnionExt<T>
impl<T> RefUnwindSafe for DisjointUnionExt<T>where
T: RefUnwindSafe,
impl<T> Send for DisjointUnionExt<T>where
T: Send,
impl<T> Sync for DisjointUnionExt<T>where
T: Sync,
impl<T> Unpin for DisjointUnionExt<T>where
T: Unpin,
impl<T> UnsafeUnpin for DisjointUnionExt<T>
impl<T> UnwindSafe for DisjointUnionExt<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