Enum termusiclib::types::IdConfigEditor
source · pub enum IdConfigEditor {
Show 41 variants
AlbumPhotoAlign,
CEThemeSelect,
ConfigSavePopup,
ExitConfirmation,
Footer,
Header,
Key(IdKey),
KillDamon,
LibraryBackground,
LibraryBorder,
LibraryForeground,
LibraryHighlight,
LibraryHighlightSymbol,
LibraryLabel,
LyricBackground,
LyricBorder,
LyricForeground,
LyricLabel,
MusicDir,
PlayerPort,
PlayerUseDiscord,
PlayerUseMpris,
PlaylistBackground,
PlaylistBorder,
PlaylistDisplaySymbol,
PlaylistForeground,
PlaylistHighlight,
PlaylistHighlightSymbol,
PlaylistLabel,
PlaylistRandomAlbum,
PlaylistRandomTrack,
CurrentlyPlayingTrackSymbol,
PodcastDir,
PodcastMaxRetries,
PodcastSimulDownload,
ProgressBackground,
ProgressBorder,
ProgressForeground,
ProgressLabel,
SaveLastPosition,
SeekStep,
}Variants§
AlbumPhotoAlign
CEThemeSelect
ConfigSavePopup
ExitConfirmation
Header
Key(IdKey)
KillDamon
LibraryBackground
LibraryBorder
LibraryForeground
LibraryHighlight
LibraryHighlightSymbol
LibraryLabel
LyricBackground
LyricBorder
LyricForeground
LyricLabel
MusicDir
PlayerPort
PlayerUseDiscord
PlayerUseMpris
PlaylistBackground
PlaylistBorder
PlaylistDisplaySymbol
PlaylistForeground
PlaylistHighlight
PlaylistHighlightSymbol
PlaylistLabel
PlaylistRandomAlbum
PlaylistRandomTrack
CurrentlyPlayingTrackSymbol
PodcastDir
PodcastMaxRetries
PodcastSimulDownload
ProgressBackground
ProgressBorder
ProgressForeground
ProgressLabel
SaveLastPosition
SeekStep
Trait Implementations§
source§impl Clone for IdConfigEditor
impl Clone for IdConfigEditor
source§fn clone(&self) -> IdConfigEditor
fn clone(&self) -> IdConfigEditor
Returns a copy 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 IdConfigEditor
impl Debug for IdConfigEditor
source§impl Hash for IdConfigEditor
impl Hash for IdConfigEditor
source§impl PartialEq for IdConfigEditor
impl PartialEq for IdConfigEditor
source§fn eq(&self, other: &IdConfigEditor) -> bool
fn eq(&self, other: &IdConfigEditor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IdConfigEditor
impl StructuralPartialEq for IdConfigEditor
Auto Trait Implementations§
impl Freeze for IdConfigEditor
impl RefUnwindSafe for IdConfigEditor
impl Send for IdConfigEditor
impl Sync for IdConfigEditor
impl Unpin for IdConfigEditor
impl UnwindSafe for IdConfigEditor
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.