pub enum HostCapability {
Navigation,
AppState,
FileIntents,
FileDialogs,
AiChat,
EnterpriseGateway,
DeepLinks,
ThemeRead,
EventSubscribe,
}Expand description
Stable, documented host capability groups for black-box-compatible plugins.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HostCapability
impl Clone for HostCapability
Source§fn clone(&self) -> HostCapability
fn clone(&self) -> HostCapability
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 HostCapability
impl Debug for HostCapability
Source§impl<'de> Deserialize<'de> for HostCapability
impl<'de> Deserialize<'de> for HostCapability
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 HostCapability
Source§impl Hash for HostCapability
impl Hash for HostCapability
Source§impl PartialEq for HostCapability
impl PartialEq for HostCapability
Source§fn eq(&self, other: &HostCapability) -> bool
fn eq(&self, other: &HostCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HostCapability
impl Serialize for HostCapability
impl StructuralPartialEq for HostCapability
Auto Trait Implementations§
impl Freeze for HostCapability
impl RefUnwindSafe for HostCapability
impl Send for HostCapability
impl Sync for HostCapability
impl Unpin for HostCapability
impl UnsafeUnpin for HostCapability
impl UnwindSafe for HostCapability
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