Enum termusiclib::types::LIMsg
source · pub enum LIMsg {
TreeExtendDir(String),
TreeGoToUpperDir,
TreeBlur,
Yank,
Paste,
SwitchRoot,
AddRoot,
RemoveRoot,
}Variants§
Trait Implementations§
source§impl PartialEq for LIMsg
impl PartialEq for LIMsg
impl Eq for LIMsg
impl StructuralPartialEq for LIMsg
Auto Trait Implementations§
impl Freeze for LIMsg
impl RefUnwindSafe for LIMsg
impl Send for LIMsg
impl Sync for LIMsg
impl Unpin for LIMsg
impl UnwindSafe for LIMsg
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.