pub enum Btor2ChannelPropertyProcessSolver {
ExplicitState,
BitblastCnf,
}Variants§
Trait Implementations§
Source§impl Clone for Btor2ChannelPropertyProcessSolver
impl Clone for Btor2ChannelPropertyProcessSolver
Source§fn clone(&self) -> Btor2ChannelPropertyProcessSolver
fn clone(&self) -> Btor2ChannelPropertyProcessSolver
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Btor2ChannelPropertyProcessSolver
impl Eq for Btor2ChannelPropertyProcessSolver
impl StructuralPartialEq for Btor2ChannelPropertyProcessSolver
Auto Trait Implementations§
impl Freeze for Btor2ChannelPropertyProcessSolver
impl RefUnwindSafe for Btor2ChannelPropertyProcessSolver
impl Send for Btor2ChannelPropertyProcessSolver
impl Sync for Btor2ChannelPropertyProcessSolver
impl Unpin for Btor2ChannelPropertyProcessSolver
impl UnsafeUnpin for Btor2ChannelPropertyProcessSolver
impl UnwindSafe for Btor2ChannelPropertyProcessSolver
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