pub struct BitOrOperation<T>where
T: Clone + BitOrIdentity,{ /* private fields */ }
Expand description
|
Trait Implementations§
Source§impl<T> Magma for BitOrOperation<T>where
T: Clone + BitOrIdentity,
impl<T> Magma for BitOrOperation<T>where
T: Clone + BitOrIdentity,
Source§impl<T> Unital for BitOrOperation<T>where
T: Clone + BitOrIdentity,
impl<T> Unital for BitOrOperation<T>where
T: Clone + BitOrIdentity,
impl<T> Associative for BitOrOperation<T>where
T: Clone + BitOrIdentity,
impl<T> Commutative for BitOrOperation<T>where
T: Clone + BitOrIdentity,
impl<T> Idempotent for BitOrOperation<T>where
T: Clone + BitOrIdentity,
Auto Trait Implementations§
impl<T> Freeze for BitOrOperation<T>
impl<T> RefUnwindSafe for BitOrOperation<T>
impl<T> Send for BitOrOperation<T>
impl<T> Sync for BitOrOperation<T>
impl<T> Unpin for BitOrOperation<T>
impl<T> UnwindSafe for BitOrOperation<T>
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