pub enum GroundTruthMode {
Fixed,
Flexible,
}Variants§
Trait Implementations§
Source§impl Clone for GroundTruthMode
impl Clone for GroundTruthMode
Source§fn clone(&self) -> GroundTruthMode
fn clone(&self) -> GroundTruthMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GroundTruthMode
Auto Trait Implementations§
impl Freeze for GroundTruthMode
impl RefUnwindSafe for GroundTruthMode
impl Send for GroundTruthMode
impl Sync for GroundTruthMode
impl Unpin for GroundTruthMode
impl UnsafeUnpin for GroundTruthMode
impl UnwindSafe for GroundTruthMode
Blanket Implementations§
impl<T> AsyncFriendly for T
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