pub enum LabelingMode {
BlackRegion,
WhiteRegion,
}Variants§
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