pub struct PowerSetExt<T: Eq + Hash + Clone> { /* private fields */ }Expand description
Power set axioms: the set of all subsets.
Auto Trait Implementations§
impl<T> Freeze for PowerSetExt<T>
impl<T> RefUnwindSafe for PowerSetExt<T>where
T: RefUnwindSafe,
impl<T> Send for PowerSetExt<T>where
T: Send,
impl<T> Sync for PowerSetExt<T>where
T: Sync,
impl<T> Unpin for PowerSetExt<T>where
T: Unpin,
impl<T> UnsafeUnpin for PowerSetExt<T>
impl<T> UnwindSafe for PowerSetExt<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