pub enum AlphaUpper {
Show 26 variants
A,
B,
C,
D,
E,
F,
G,
H,
I,
J,
K,
L,
M,
N,
O,
P,
Q,
R,
S,
T,
U,
V,
W,
X,
Y,
Z,
}Variants§
Trait Implementations§
Source§impl Clone for AlphaUpper
impl Clone for AlphaUpper
Source§fn clone(&self) -> AlphaUpper
fn clone(&self) -> AlphaUpper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlphaUpper
impl Debug for AlphaUpper
Source§impl PartialEq for AlphaUpper
impl PartialEq for AlphaUpper
Source§impl Token for AlphaUpper
impl Token for AlphaUpper
impl StructuralPartialEq for AlphaUpper
impl VariableTrait for AlphaUpper
Auto Trait Implementations§
impl Freeze for AlphaUpper
impl RefUnwindSafe for AlphaUpper
impl Send for AlphaUpper
impl Sync for AlphaUpper
impl Unpin for AlphaUpper
impl UnwindSafe for AlphaUpper
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