pub enum InterestingEdgeCase {
None,
MetatableCall,
Intersection,
}Variants§
Trait Implementations§
Source§impl Clone for InterestingEdgeCase
impl Clone for InterestingEdgeCase
Source§fn clone(&self) -> InterestingEdgeCase
fn clone(&self) -> InterestingEdgeCase
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 InterestingEdgeCase
Source§impl Debug for InterestingEdgeCase
impl Debug for InterestingEdgeCase
Source§impl Default for InterestingEdgeCase
impl Default for InterestingEdgeCase
impl Eq for InterestingEdgeCase
Source§impl Hash for InterestingEdgeCase
impl Hash for InterestingEdgeCase
Source§impl PartialEq for InterestingEdgeCase
impl PartialEq for InterestingEdgeCase
Source§fn eq(&self, other: &InterestingEdgeCase) -> bool
fn eq(&self, other: &InterestingEdgeCase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterestingEdgeCase
Auto Trait Implementations§
impl Freeze for InterestingEdgeCase
impl RefUnwindSafe for InterestingEdgeCase
impl Send for InterestingEdgeCase
impl Sync for InterestingEdgeCase
impl Unpin for InterestingEdgeCase
impl UnsafeUnpin for InterestingEdgeCase
impl UnwindSafe for InterestingEdgeCase
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