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