pub enum RemapForbidWarn {
Remap,
Forbid,
Warn,
}
Variants§
Trait Implementations§
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