pub enum PluginActionCategory {
Tools,
Organize,
Convert,
Sync,
Share,
}Variants§
Trait Implementations§
Source§impl Clone for PluginActionCategory
impl Clone for PluginActionCategory
Source§fn clone(&self) -> PluginActionCategory
fn clone(&self) -> PluginActionCategory
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 moreimpl Copy for PluginActionCategory
Source§impl Debug for PluginActionCategory
impl Debug for PluginActionCategory
Source§impl<'de> Deserialize<'de> for PluginActionCategory
impl<'de> Deserialize<'de> for PluginActionCategory
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
impl Eq for PluginActionCategory
Source§impl PartialEq for PluginActionCategory
impl PartialEq for PluginActionCategory
Source§impl Serialize for PluginActionCategory
impl Serialize for PluginActionCategory
impl StructuralPartialEq for PluginActionCategory
Auto Trait Implementations§
impl Freeze for PluginActionCategory
impl RefUnwindSafe for PluginActionCategory
impl Send for PluginActionCategory
impl Sync for PluginActionCategory
impl Unpin for PluginActionCategory
impl UnsafeUnpin for PluginActionCategory
impl UnwindSafe for PluginActionCategory
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