Enum termusiclib::types::GSMsg
source · pub enum GSMsg {
Show 21 variants
PopupShowDatabase,
PopupShowLibrary,
PopupShowPlaylist,
PopupShowEpisode,
PopupShowPodcast,
PopupCloseCancel,
InputBlur,
PopupUpdateDatabase(String),
PopupUpdateLibrary(String),
PopupUpdatePlaylist(String),
PopupUpdateEpisode(String),
PopupUpdatePodcast(String),
TableBlur,
PopupCloseEpisodeAddPlaylist,
PopupCloseDatabaseAddPlaylist,
PopupCloseLibraryAddPlaylist,
PopupCloseOkLibraryLocate,
PopupClosePlaylistPlaySelected,
PopupCloseOkPlaylistLocate,
PopupCloseOkEpisodeLocate,
PopupCloseOkPodcastLocate,
}Variants§
PopupShowDatabase
PopupShowLibrary
PopupShowPlaylist
PopupShowEpisode
PopupShowPodcast
PopupCloseCancel
InputBlur
PopupUpdateDatabase(String)
PopupUpdateLibrary(String)
PopupUpdatePlaylist(String)
PopupUpdateEpisode(String)
PopupUpdatePodcast(String)
TableBlur
PopupCloseEpisodeAddPlaylist
PopupCloseDatabaseAddPlaylist
PopupCloseLibraryAddPlaylist
PopupCloseOkLibraryLocate
PopupClosePlaylistPlaySelected
PopupCloseOkPlaylistLocate
PopupCloseOkEpisodeLocate
PopupCloseOkPodcastLocate
Trait Implementations§
source§impl PartialEq for GSMsg
impl PartialEq for GSMsg
impl Eq for GSMsg
impl StructuralPartialEq for GSMsg
Auto Trait Implementations§
impl Freeze for GSMsg
impl RefUnwindSafe for GSMsg
impl Send for GSMsg
impl Sync for GSMsg
impl Unpin for GSMsg
impl UnwindSafe for GSMsg
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.