Enum ssdeep::ParseErrorSide
source · #[repr(u8)]
pub enum ParseErrorSide {
Left,
Right,
}
Available on crate feature
easy-functions
only.Expand description
The operand (side) which caused a parse error
Variants§
Trait Implementations§
source§impl Clone for ParseErrorSide
impl Clone for ParseErrorSide
source§fn clone(&self) -> ParseErrorSide
fn clone(&self) -> ParseErrorSide
Returns a copy 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 ParseErrorSide
impl Debug for ParseErrorSide
source§impl PartialEq<ParseErrorSide> for ParseErrorSide
impl PartialEq<ParseErrorSide> for ParseErrorSide
source§fn eq(&self, other: &ParseErrorSide) -> bool
fn eq(&self, other: &ParseErrorSide) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ParseErrorSide
impl Eq for ParseErrorSide
impl StructuralEq for ParseErrorSide
impl StructuralPartialEq for ParseErrorSide
Auto Trait Implementations§
impl RefUnwindSafe for ParseErrorSide
impl Send for ParseErrorSide
impl Sync for ParseErrorSide
impl Unpin for ParseErrorSide
impl UnwindSafe for ParseErrorSide
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