pub enum ModificationOfPicNums {
Subtract(u32),
Add(u32),
LongTermRef(u32),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModificationOfPicNums
impl RefUnwindSafe for ModificationOfPicNums
impl Send for ModificationOfPicNums
impl Sync for ModificationOfPicNums
impl Unpin for ModificationOfPicNums
impl UnwindSafe for ModificationOfPicNums
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