pub enum AccidentalKind {
Natural,
Single,
Double,
}
Variants§
Trait Implementations§
Source§impl Clone for AccidentalKind
impl Clone for AccidentalKind
Source§fn clone(&self) -> AccidentalKind
fn clone(&self) -> AccidentalKind
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 AccidentalKind
impl Debug for AccidentalKind
Source§impl PartialEq for AccidentalKind
impl PartialEq for AccidentalKind
impl Copy for AccidentalKind
impl Eq for AccidentalKind
impl StructuralPartialEq for AccidentalKind
Auto Trait Implementations§
impl Freeze for AccidentalKind
impl RefUnwindSafe for AccidentalKind
impl Send for AccidentalKind
impl Sync for AccidentalKind
impl Unpin for AccidentalKind
impl UnwindSafe for AccidentalKind
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