pub enum SmtBackendKindV0 {
Stub,
Z3,
}Variants§
Trait Implementations§
Source§impl Clone for SmtBackendKindV0
impl Clone for SmtBackendKindV0
Source§fn clone(&self) -> SmtBackendKindV0
fn clone(&self) -> SmtBackendKindV0
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 SmtBackendKindV0
Source§impl Debug for SmtBackendKindV0
impl Debug for SmtBackendKindV0
impl Eq for SmtBackendKindV0
Source§impl PartialEq for SmtBackendKindV0
impl PartialEq for SmtBackendKindV0
Source§impl Serialize for SmtBackendKindV0
impl Serialize for SmtBackendKindV0
impl StructuralPartialEq for SmtBackendKindV0
Auto Trait Implementations§
impl Freeze for SmtBackendKindV0
impl RefUnwindSafe for SmtBackendKindV0
impl Send for SmtBackendKindV0
impl Sync for SmtBackendKindV0
impl Unpin for SmtBackendKindV0
impl UnsafeUnpin for SmtBackendKindV0
impl UnwindSafe for SmtBackendKindV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.