pub enum AddonScope {
CatalogRead,
ItemMetadataRead,
ItemMetadataSuggest,
ImageRead,
SubtitleRead,
StreamUrlRead,
RecommendationWrite,
AutomationRun,
WebhookEventRead,
RendererAdapterRead,
RendererAdapterControl,
}Variants§
CatalogRead
ItemMetadataRead
ItemMetadataSuggest
ImageRead
SubtitleRead
StreamUrlRead
RecommendationWrite
AutomationRun
WebhookEventRead
RendererAdapterRead
RendererAdapterControl
Implementations§
Trait Implementations§
Source§impl Clone for AddonScope
impl Clone for AddonScope
Source§fn clone(&self) -> AddonScope
fn clone(&self) -> AddonScope
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 AddonScope
impl Debug for AddonScope
Source§impl<'de> Deserialize<'de> for AddonScope
impl<'de> Deserialize<'de> for AddonScope
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 AddonScope
impl Hash for AddonScope
Source§impl PartialEq for AddonScope
impl PartialEq for AddonScope
Source§fn eq(&self, other: &AddonScope) -> bool
fn eq(&self, other: &AddonScope) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonScope
impl Serialize for AddonScope
impl Copy for AddonScope
impl Eq for AddonScope
impl StructuralPartialEq for AddonScope
Auto Trait Implementations§
impl Freeze for AddonScope
impl RefUnwindSafe for AddonScope
impl Send for AddonScope
impl Sync for AddonScope
impl Unpin for AddonScope
impl UnsafeUnpin for AddonScope
impl UnwindSafe for AddonScope
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