pub enum PluginActionPlacement {
ContextMenu,
CommandPalette,
}Variants§
Trait Implementations§
Source§impl Clone for PluginActionPlacement
impl Clone for PluginActionPlacement
Source§fn clone(&self) -> PluginActionPlacement
fn clone(&self) -> PluginActionPlacement
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 PluginActionPlacement
Source§impl Debug for PluginActionPlacement
impl Debug for PluginActionPlacement
Source§impl<'de> Deserialize<'de> for PluginActionPlacement
impl<'de> Deserialize<'de> for PluginActionPlacement
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 PluginActionPlacement
Source§impl Ord for PluginActionPlacement
impl Ord for PluginActionPlacement
Source§fn cmp(&self, other: &PluginActionPlacement) -> Ordering
fn cmp(&self, other: &PluginActionPlacement) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PluginActionPlacement
impl PartialEq for PluginActionPlacement
Source§impl PartialOrd for PluginActionPlacement
impl PartialOrd for PluginActionPlacement
Source§impl Serialize for PluginActionPlacement
impl Serialize for PluginActionPlacement
impl StructuralPartialEq for PluginActionPlacement
Auto Trait Implementations§
impl Freeze for PluginActionPlacement
impl RefUnwindSafe for PluginActionPlacement
impl Send for PluginActionPlacement
impl Sync for PluginActionPlacement
impl Unpin for PluginActionPlacement
impl UnsafeUnpin for PluginActionPlacement
impl UnwindSafe for PluginActionPlacement
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