pub struct AlphaNum(/* private fields */);Expand description
Store an alpha numeric byte which can be used as a short option
Implementations§
Trait Implementations§
impl Copy for AlphaNum
impl Eq for AlphaNum
impl StructuralPartialEq for AlphaNum
Auto Trait Implementations§
impl Freeze for AlphaNum
impl RefUnwindSafe for AlphaNum
impl Send for AlphaNum
impl Sync for AlphaNum
impl Unpin for AlphaNum
impl UnwindSafe for AlphaNum
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