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