pub enum OnCoreEsOff {
On,
Core,
Es,
Off,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnCoreEsOff
impl RefUnwindSafe for OnCoreEsOff
impl Send for OnCoreEsOff
impl Sync for OnCoreEsOff
impl Unpin for OnCoreEsOff
impl UnwindSafe for OnCoreEsOff
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