pub enum PluginName {
Applications,
Shell,
Terminal,
WebSearch,
Calc,
Path,
Actions,
}Variants§
Trait Implementations§
Source§impl Clone for PluginName
impl Clone for PluginName
Source§fn clone(&self) -> PluginName
fn clone(&self) -> PluginName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PluginName
impl Debug for PluginName
Source§impl<'de> Deserialize<'de> for PluginName
impl<'de> Deserialize<'de> for PluginName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PluginName
impl Hash for PluginName
Source§impl PartialEq for PluginName
impl PartialEq for PluginName
Source§fn eq(&self, other: &PluginName) -> bool
fn eq(&self, other: &PluginName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PluginName
impl Serialize for PluginName
impl Copy for PluginName
impl Eq for PluginName
impl StructuralPartialEq for PluginName
Auto Trait Implementations§
impl Freeze for PluginName
impl RefUnwindSafe for PluginName
impl Send for PluginName
impl Sync for PluginName
impl Unpin for PluginName
impl UnsafeUnpin for PluginName
impl UnwindSafe for PluginName
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