pub struct ReflexivityProof;Trait Implementations§
Source§impl Clone for ReflexivityProof
impl Clone for ReflexivityProof
Source§fn clone(&self) -> ReflexivityProof
fn clone(&self) -> ReflexivityProof
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 moreAuto Trait Implementations§
impl Freeze for ReflexivityProof
impl RefUnwindSafe for ReflexivityProof
impl Send for ReflexivityProof
impl Sync for ReflexivityProof
impl Unpin for ReflexivityProof
impl UnsafeUnpin for ReflexivityProof
impl UnwindSafe for ReflexivityProof
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