pub struct Unsatisfiable { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for Unsatisfiable
impl Clone for Unsatisfiable
Source§fn clone(&self) -> Unsatisfiable
fn clone(&self) -> Unsatisfiable
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 Unsatisfiable
Source§impl Debug for Unsatisfiable
impl Debug for Unsatisfiable
impl Eq for Unsatisfiable
Source§impl PartialEq for Unsatisfiable
impl PartialEq for Unsatisfiable
Source§fn eq(&self, other: &Unsatisfiable) -> bool
fn eq(&self, other: &Unsatisfiable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Unsatisfiable
Auto Trait Implementations§
impl Freeze for Unsatisfiable
impl RefUnwindSafe for Unsatisfiable
impl Send for Unsatisfiable
impl Sync for Unsatisfiable
impl Unpin for Unsatisfiable
impl UnsafeUnpin for Unsatisfiable
impl UnwindSafe for Unsatisfiable
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