pub enum GuitarString {
E = 0,
A = 1,
D = 2,
G = 3,
B = 4,
HighE = 5,
}Variants§
Trait Implementations§
Source§impl Debug for GuitarString
impl Debug for GuitarString
Auto Trait Implementations§
impl Freeze for GuitarString
impl RefUnwindSafe for GuitarString
impl Send for GuitarString
impl Sync for GuitarString
impl Unpin for GuitarString
impl UnwindSafe for GuitarString
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