pub struct Solution { /* private fields */ }
Implementations§
Source§impl Solution
impl Solution
pub fn get_context(&self) -> &ContextHandle
pub fn get_model(&self) -> &[Lit]
pub fn get_pre_set(&self) -> &[NodeID]
pub fn get_post_set(&self) -> &[NodeID]
pub fn get_fork_set(&self) -> &[ForkID]
pub fn get_join_set(&self) -> &[JoinID]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Solution
impl RefUnwindSafe for Solution
impl Send for Solution
impl Sync for Solution
impl Unpin for Solution
impl UnwindSafe for Solution
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