pub enum CloneKind {
Type1,
Type2,
Type3,
}Variants§
Trait Implementations§
impl Copy for CloneKind
impl Eq for CloneKind
Source§impl Ord for CloneKind
impl Ord for CloneKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CloneKind
impl PartialOrd for CloneKind
impl StructuralPartialEq for CloneKind
Auto Trait Implementations§
impl Freeze for CloneKind
impl RefUnwindSafe for CloneKind
impl Send for CloneKind
impl Sync for CloneKind
impl Unpin for CloneKind
impl UnsafeUnpin for CloneKind
impl UnwindSafe for CloneKind
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