pub enum TypeEquivalence {
Minimal,
Complete,
}Variants§
Trait Implementations§
Source§impl Clone for TypeEquivalence
impl Clone for TypeEquivalence
Source§fn clone(&self) -> TypeEquivalence
fn clone(&self) -> TypeEquivalence
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 TypeEquivalence
impl Debug for TypeEquivalence
impl Copy for TypeEquivalence
Auto Trait Implementations§
impl Freeze for TypeEquivalence
impl RefUnwindSafe for TypeEquivalence
impl Send for TypeEquivalence
impl Sync for TypeEquivalence
impl Unpin for TypeEquivalence
impl UnsafeUnpin for TypeEquivalence
impl UnwindSafe for TypeEquivalence
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