pub struct NegatableSet<I> { /* private fields */ }
Implementations§
Source§impl<I: MutableSet + Default> NegatableSet<I>
impl<I: MutableSet + Default> NegatableSet<I>
Source§impl<I: MutableSet> NegatableSet<I>
impl<I: MutableSet> NegatableSet<I>
Source§impl<I: MutableSet> NegatableSet<I>
impl<I: MutableSet> NegatableSet<I>
Source§impl<I: MutableSet> NegatableSet<I>
impl<I: MutableSet> NegatableSet<I>
Trait Implementations§
Source§impl<'a, I: MutableSet + 'a> BitAnd for &'a NegatableSet<I>
impl<'a, I: MutableSet + 'a> BitAnd for &'a NegatableSet<I>
Source§impl<I> BitAndAssign for NegatableSet<I>
impl<I> BitAndAssign for NegatableSet<I>
Source§fn bitand_assign(&mut self, that: Self)
fn bitand_assign(&mut self, that: Self)
Performs the
&=
operation. Read moreSource§impl<'a, I: MutableSet> BitOr for &'a NegatableSet<I>
impl<'a, I: MutableSet> BitOr for &'a NegatableSet<I>
Source§impl<I> BitOrAssign for NegatableSet<I>
impl<I> BitOrAssign for NegatableSet<I>
Source§fn bitor_assign(&mut self, that: Self)
fn bitor_assign(&mut self, that: Self)
Performs the
|=
operation. Read moreSource§impl<'a, I: MutableSet> BitXor for &'a NegatableSet<I>
impl<'a, I: MutableSet> BitXor for &'a NegatableSet<I>
Source§impl<I> BitXorAssign for NegatableSet<I>where
I: BitXorAssign + MutableSet,
impl<I> BitXorAssign for NegatableSet<I>where
I: BitXorAssign + MutableSet,
Source§fn bitxor_assign(&mut self, that: Self)
fn bitxor_assign(&mut self, that: Self)
Performs the
^=
operation. Read moreSource§impl<I: Clone> Clone for NegatableSet<I>
impl<I: Clone> Clone for NegatableSet<I>
Source§impl<I: MutableSet> Debug for NegatableSet<I>
impl<I: MutableSet> Debug for NegatableSet<I>
Source§impl<I: Default> Default for NegatableSet<I>
impl<I: Default> Default for NegatableSet<I>
Source§fn default() -> NegatableSet<I>
fn default() -> NegatableSet<I>
Returns the “default value” for a type. Read more
Source§impl<'de, A> Deserialize<'de> for NegatableSet<A>where
A: MutableSet + Deserialize<'de>,
impl<'de, A> Deserialize<'de> for NegatableSet<A>where
A: MutableSet + Deserialize<'de>,
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl<I: MutableSet> From<I> for NegatableSet<I>
impl<I: MutableSet> From<I> for NegatableSet<I>
Source§impl<I: MutableSet + Default> From<bool> for NegatableSet<I>
impl<I: MutableSet + Default> From<bool> for NegatableSet<I>
Source§impl<I: Hash> Hash for NegatableSet<I>
impl<I: Hash> Hash for NegatableSet<I>
Source§impl<'a, I: MutableSet + Clone> Not for &'a NegatableSet<I>
impl<'a, I: MutableSet + Clone> Not for &'a NegatableSet<I>
Source§impl<I: MutableSet + Clone> Not for NegatableSet<I>
impl<I: MutableSet + Clone> Not for NegatableSet<I>
Source§impl<I: PartialEq> PartialEq for NegatableSet<I>
impl<I: PartialEq> PartialEq for NegatableSet<I>
Source§impl<A> Serialize for NegatableSet<A>where
A: MutableSet + Serialize,
impl<A> Serialize for NegatableSet<A>where
A: MutableSet + Serialize,
Source§impl<'a, I: MutableSet> Sub for &'a NegatableSet<I>
impl<'a, I: MutableSet> Sub for &'a NegatableSet<I>
Source§impl<I> SubAssign for NegatableSet<I>
impl<I> SubAssign for NegatableSet<I>
Source§fn sub_assign(&mut self, that: Self)
fn sub_assign(&mut self, that: Self)
Performs the
-=
operation. Read moreimpl<I: Eq> Eq for NegatableSet<I>
Auto Trait Implementations§
impl<I> Freeze for NegatableSet<I>where
I: Freeze,
impl<I> RefUnwindSafe for NegatableSet<I>where
I: RefUnwindSafe,
impl<I> Send for NegatableSet<I>where
I: Send,
impl<I> Sync for NegatableSet<I>where
I: Sync,
impl<I> Unpin for NegatableSet<I>where
I: Unpin,
impl<I> UnwindSafe for NegatableSet<I>where
I: 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