pub enum RandomMode {
Shuffler,
Drawer,
}Variants§
Trait Implementations§
Source§impl BorshDeserialize for RandomMode
impl BorshDeserialize for RandomMode
Source§impl BorshSerialize for RandomMode
impl BorshSerialize for RandomMode
Source§impl Debug for RandomMode
impl Debug for RandomMode
Source§impl PartialEq for RandomMode
impl PartialEq for RandomMode
impl Eq for RandomMode
impl StructuralPartialEq for RandomMode
Auto Trait Implementations§
impl Freeze for RandomMode
impl RefUnwindSafe for RandomMode
impl Send for RandomMode
impl Sync for RandomMode
impl Unpin for RandomMode
impl UnwindSafe for RandomMode
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