pub enum ConversionSeverity {
Warning,
Info,
}Expand description
Severity level for conversion issues.
Variants§
Warning
A warning indicates information loss; requires --allow-lossy.
Info
An info note describes policy decisions; does not block conversion.
Trait Implementations§
Source§impl Clone for ConversionSeverity
impl Clone for ConversionSeverity
Source§fn clone(&self) -> ConversionSeverity
fn clone(&self) -> ConversionSeverity
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 ConversionSeverity
Source§impl Debug for ConversionSeverity
impl Debug for ConversionSeverity
impl Eq for ConversionSeverity
Source§impl PartialEq for ConversionSeverity
impl PartialEq for ConversionSeverity
Source§impl Serialize for ConversionSeverity
impl Serialize for ConversionSeverity
impl StructuralPartialEq for ConversionSeverity
Auto Trait Implementations§
impl Freeze for ConversionSeverity
impl RefUnwindSafe for ConversionSeverity
impl Send for ConversionSeverity
impl Sync for ConversionSeverity
impl Unpin for ConversionSeverity
impl UnsafeUnpin for ConversionSeverity
impl UnwindSafe for ConversionSeverity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.