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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Unsatisfiable
impl Debug for Unsatisfiable
Source§impl PartialEq for Unsatisfiable
impl PartialEq for Unsatisfiable
impl Copy for Unsatisfiable
impl Eq for Unsatisfiable
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 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