pub enum BitKind {
Or,
And,
Xor,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for BitKind
Auto Trait Implementations§
impl Freeze for BitKind
impl RefUnwindSafe for BitKind
impl Send for BitKind
impl Sync for BitKind
impl Unpin for BitKind
impl UnwindSafe for BitKind
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