pub enum DebugKeys {
Disable = 0,
Enable = 1,
ForEach = 2,
}
Variants§
Trait Implementations§
Source§impl AsMut<DebugKeys> for SetDebugKeys
impl AsMut<DebugKeys> for SetDebugKeys
Source§impl AsRef<DebugKeys> for SetDebugKeys
impl AsRef<DebugKeys> for SetDebugKeys
Source§impl From<DebugKeys> for SetDebugKeys
impl From<DebugKeys> for SetDebugKeys
Auto Trait Implementations§
impl Freeze for DebugKeys
impl RefUnwindSafe for DebugKeys
impl Send for DebugKeys
impl Sync for DebugKeys
impl Unpin for DebugKeys
impl UnwindSafe for DebugKeys
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