pub enum Key {
Show 39 variants
Cb_M,
Cb_m,
C_M,
C_m,
Cs_M,
Cs_m,
Db_M,
Db_m,
D_M,
D_m,
Ds_M,
Ds_m,
Eb_M,
Eb_m,
E_M,
E_m,
Fb_M,
Fb_m,
F_M,
F_m,
Fs_M,
Fs_m,
Gb_M,
Gb_m,
G_M,
G_m,
Gs_M,
Gs_m,
Ab_M,
Ab_m,
A_M,
A_m,
As_M,
As_m,
Bb_M,
Bb_m,
B_M,
B_m,
UnIdentified,
}Variants§
Cb_M
Cb_m
C_M
C_m
Cs_M
Cs_m
Db_M
Db_m
D_M
D_m
Ds_M
Ds_m
Eb_M
Eb_m
E_M
E_m
Fb_M
Fb_m
F_M
F_m
Fs_M
Fs_m
Gb_M
Gb_m
G_M
G_m
Gs_M
Gs_m
Ab_M
Ab_m
A_M
A_m
As_M
As_m
Bb_M
Bb_m
B_M
B_m
UnIdentified
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Key
impl<'de> Deserialize<'de> for Key
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Key
Auto Trait Implementations§
impl Freeze for Key
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnsafeUnpin for Key
impl UnwindSafe for Key
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