pub enum DataSetType {
Unknown,
Chords,
Tab,
Ukulele,
Bass,
Drums,
Official,
Pro,
Power,
Video,
}
Expand description
Known types of tab on UG. Includes unsupported ones.
Variants§
Unknown
Chords
Downloading supported
Tab
Downloading supported
Ukulele
Downloading supported
Bass
Downloading supported
Drums
Downloading supported
Official
Downloading not supported
Pro
Downloading not supported
Power
Downloading not supported
Video
Downloading not supported
Trait Implementations§
Source§impl Clone for DataSetType
impl Clone for DataSetType
Source§fn clone(&self) -> DataSetType
fn clone(&self) -> DataSetType
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 DataSetType
impl Debug for DataSetType
Source§impl Default for DataSetType
impl Default for DataSetType
Source§fn default() -> DataSetType
fn default() -> DataSetType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataSetType
impl<'de> Deserialize<'de> for DataSetType
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
Source§impl Display for DataSetType
impl Display for DataSetType
Source§impl Hash for DataSetType
impl Hash for DataSetType
Source§impl PartialEq for DataSetType
impl PartialEq for DataSetType
Source§impl Serialize for DataSetType
impl Serialize for DataSetType
impl Copy for DataSetType
impl Eq for DataSetType
impl StructuralPartialEq for DataSetType
Auto Trait Implementations§
impl Freeze for DataSetType
impl RefUnwindSafe for DataSetType
impl Send for DataSetType
impl Sync for DataSetType
impl Unpin for DataSetType
impl UnwindSafe for DataSetType
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