pub enum AddonEntryPointKind {
ItemAction,
LibraryAction,
AdminAction,
Settings,
Diagnostics,
TaskLauncher,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AddonEntryPointKind
impl Clone for AddonEntryPointKind
Source§fn clone(&self) -> AddonEntryPointKind
fn clone(&self) -> AddonEntryPointKind
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 AddonEntryPointKind
impl Debug for AddonEntryPointKind
Source§impl<'de> Deserialize<'de> for AddonEntryPointKind
impl<'de> Deserialize<'de> for AddonEntryPointKind
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 AddonEntryPointKind
impl Hash for AddonEntryPointKind
Source§impl PartialEq for AddonEntryPointKind
impl PartialEq for AddonEntryPointKind
Source§fn eq(&self, other: &AddonEntryPointKind) -> bool
fn eq(&self, other: &AddonEntryPointKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonEntryPointKind
impl Serialize for AddonEntryPointKind
impl Copy for AddonEntryPointKind
impl Eq for AddonEntryPointKind
impl StructuralPartialEq for AddonEntryPointKind
Auto Trait Implementations§
impl Freeze for AddonEntryPointKind
impl RefUnwindSafe for AddonEntryPointKind
impl Send for AddonEntryPointKind
impl Sync for AddonEntryPointKind
impl Unpin for AddonEntryPointKind
impl UnsafeUnpin for AddonEntryPointKind
impl UnwindSafe for AddonEntryPointKind
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