pub enum OverwriteReason {
LowConfidence,
OverwriteMap,
}Expand description
Reason to overwrite an inferred content type.
Variants§
LowConfidence
The inference score is too low for the inferred content type.
OverwriteMap
The inferred content type is not canonical.
Trait Implementations§
Source§impl Clone for OverwriteReason
impl Clone for OverwriteReason
Source§fn clone(&self) -> OverwriteReason
fn clone(&self) -> OverwriteReason
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 moreAuto Trait Implementations§
impl Freeze for OverwriteReason
impl RefUnwindSafe for OverwriteReason
impl Send for OverwriteReason
impl Sync for OverwriteReason
impl Unpin for OverwriteReason
impl UnsafeUnpin for OverwriteReason
impl UnwindSafe for OverwriteReason
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