pub enum LogicKind {
Disj,
Conj,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for LogicKind
Auto Trait Implementations§
impl Freeze for LogicKind
impl RefUnwindSafe for LogicKind
impl Send for LogicKind
impl Sync for LogicKind
impl Unpin for LogicKind
impl UnwindSafe for LogicKind
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