pub enum MemoryAnswerPolicy {
EvidenceOrUnknown,
ShowConflicts,
BestEffort,
}Variants§
Trait Implementations§
Source§impl Clone for MemoryAnswerPolicy
impl Clone for MemoryAnswerPolicy
Source§fn clone(&self) -> MemoryAnswerPolicy
fn clone(&self) -> MemoryAnswerPolicy
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 MemoryAnswerPolicy
Source§impl Debug for MemoryAnswerPolicy
impl Debug for MemoryAnswerPolicy
Source§impl Default for MemoryAnswerPolicy
impl Default for MemoryAnswerPolicy
Source§fn default() -> MemoryAnswerPolicy
fn default() -> MemoryAnswerPolicy
Returns the “default value” for a type. Read more
impl Eq for MemoryAnswerPolicy
Source§impl PartialEq for MemoryAnswerPolicy
impl PartialEq for MemoryAnswerPolicy
impl StructuralPartialEq for MemoryAnswerPolicy
Auto Trait Implementations§
impl Freeze for MemoryAnswerPolicy
impl RefUnwindSafe for MemoryAnswerPolicy
impl Send for MemoryAnswerPolicy
impl Sync for MemoryAnswerPolicy
impl Unpin for MemoryAnswerPolicy
impl UnsafeUnpin for MemoryAnswerPolicy
impl UnwindSafe for MemoryAnswerPolicy
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