#[repr(u8)]pub enum Biassat {
SAT_NO = 0,
SAT_YES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Biassat
impl Ord for Biassat
Source§impl PartialOrd for Biassat
impl PartialOrd for Biassat
impl Copy for Biassat
impl Eq for Biassat
impl StructuralPartialEq for Biassat
Auto Trait Implementations§
impl Freeze for Biassat
impl RefUnwindSafe for Biassat
impl Send for Biassat
impl Sync for Biassat
impl Unpin for Biassat
impl UnwindSafe for Biassat
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