#[repr(u8)]pub enum BNSimilarityAnnotationType {
SimilarityAnnotationAdded = 0,
SimilarityAnnotationRemoved = 1,
SimilarityAnnotationChanged = 2,
}Variants§
Trait Implementations§
Source§impl Clone for BNSimilarityAnnotationType
impl Clone for BNSimilarityAnnotationType
Source§fn clone(&self) -> BNSimilarityAnnotationType
fn clone(&self) -> BNSimilarityAnnotationType
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 BNSimilarityAnnotationType
impl Debug for BNSimilarityAnnotationType
Source§impl Hash for BNSimilarityAnnotationType
impl Hash for BNSimilarityAnnotationType
impl Copy for BNSimilarityAnnotationType
impl Eq for BNSimilarityAnnotationType
impl StructuralPartialEq for BNSimilarityAnnotationType
Auto Trait Implementations§
impl Freeze for BNSimilarityAnnotationType
impl RefUnwindSafe for BNSimilarityAnnotationType
impl Send for BNSimilarityAnnotationType
impl Sync for BNSimilarityAnnotationType
impl Unpin for BNSimilarityAnnotationType
impl UnsafeUnpin for BNSimilarityAnnotationType
impl UnwindSafe for BNSimilarityAnnotationType
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