pub enum RemapForbidWarn {
Remap,
Forbid,
Warn,
}Variants§
Trait Implementations§
Source§impl Clone for RemapForbidWarn
impl Clone for RemapForbidWarn
Source§fn clone(&self) -> RemapForbidWarn
fn clone(&self) -> RemapForbidWarn
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 RemapForbidWarn
impl Debug for RemapForbidWarn
Source§impl Hash for RemapForbidWarn
impl Hash for RemapForbidWarn
Source§impl Ord for RemapForbidWarn
impl Ord for RemapForbidWarn
Source§fn cmp(&self, other: &RemapForbidWarn) -> Ordering
fn cmp(&self, other: &RemapForbidWarn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RemapForbidWarn
impl PartialEq for RemapForbidWarn
Source§impl PartialOrd for RemapForbidWarn
impl PartialOrd for RemapForbidWarn
impl Eq for RemapForbidWarn
impl StructuralPartialEq for RemapForbidWarn
Auto Trait Implementations§
impl Freeze for RemapForbidWarn
impl RefUnwindSafe for RemapForbidWarn
impl Send for RemapForbidWarn
impl Sync for RemapForbidWarn
impl Unpin for RemapForbidWarn
impl UnwindSafe for RemapForbidWarn
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