pub enum Cheatertype {
Index,
Value,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cheatertype
impl RefUnwindSafe for Cheatertype
impl Send for Cheatertype
impl Sync for Cheatertype
impl Unpin for Cheatertype
impl UnwindSafe for Cheatertype
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