#[repr(u8)]pub enum RankCardTemplate {
A = 1,
B = 2,
C = 3,
D = 4,
E = 5,
F = 6,
G = 7,
H = 8,
}
Variants§
Trait Implementations§
Source§impl Debug for RankCardTemplate
impl Debug for RankCardTemplate
Auto Trait Implementations§
impl Freeze for RankCardTemplate
impl RefUnwindSafe for RankCardTemplate
impl Send for RankCardTemplate
impl Sync for RankCardTemplate
impl Unpin for RankCardTemplate
impl UnwindSafe for RankCardTemplate
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