Enum termusiclib::ueberzug::UeInstanceState
source · pub enum UeInstanceState {
New,
Child(Child),
Error,
}Variants§
Trait Implementations§
source§impl Debug for UeInstanceState
impl Debug for UeInstanceState
Auto Trait Implementations§
impl Freeze for UeInstanceState
impl RefUnwindSafe for UeInstanceState
impl Send for UeInstanceState
impl Sync for UeInstanceState
impl Unpin for UeInstanceState
impl UnwindSafe for UeInstanceState
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