pub enum RawStatus {
Satisfiable,
Unsatisfiable,
Unknown,
}๐Deprecated since 0.1.6: rssat is deprecated. Please use the
satgalaxy crate instead: https://crates.io/crates/satgalaxyVariantsยง
Satisfiable
๐Deprecated since 0.1.6: rssat is deprecated. Please use the
satgalaxy crate instead: https://crates.io/crates/satgalaxyUnsatisfiable
๐Deprecated since 0.1.6: rssat is deprecated. Please use the
satgalaxy crate instead: https://crates.io/crates/satgalaxyUnknown
๐Deprecated since 0.1.6: rssat is deprecated. Please use the
satgalaxy crate instead: https://crates.io/crates/satgalaxyTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for RawStatus
impl RefUnwindSafe for RawStatus
impl Send for RawStatus
impl Sync for RawStatus
impl Unpin for RawStatus
impl UnwindSafe for RawStatus
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