Enum RunnerCommandResp
pub enum RunnerCommandResp {
ExtensionList(Vec<ExtensionDetail>),
ExtensionIcon(Option<String>),
ExtensionName(Option<String>),
Empty(),
}
Variants§
ExtensionList(Vec<ExtensionDetail>)
ExtensionIcon(Option<String>)
ExtensionName(Option<String>)
Empty()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunnerCommandResp
impl RefUnwindSafe for RunnerCommandResp
impl Send for RunnerCommandResp
impl Sync for RunnerCommandResp
impl Unpin for RunnerCommandResp
impl UnwindSafe for RunnerCommandResp
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