pub enum CapabilityType {
Show 14 variants
kSupportedContexts = 1,
kCanBePlayer = 2,
kRestrictToLocal = 3,
kDeviceType = 4,
kGaiaEqConnectId = 5,
kSupportsLogout = 6,
kIsObservable = 7,
kVolumeSteps = 8,
kSupportedTypes = 9,
kCommandAcks = 10,
kSupportsRename = 11,
kHidden = 12,
kSupportsPlaylistV2 = 13,
kSupportsExternalEpisodes = 14,
}
Variants§
kSupportedContexts = 1
kCanBePlayer = 2
kRestrictToLocal = 3
kDeviceType = 4
kGaiaEqConnectId = 5
kSupportsLogout = 6
kIsObservable = 7
kVolumeSteps = 8
kSupportedTypes = 9
kCommandAcks = 10
kSupportsRename = 11
kHidden = 12
kSupportsPlaylistV2 = 13
kSupportsExternalEpisodes = 14
Trait Implementations§
Source§impl Clone for CapabilityType
impl Clone for CapabilityType
Source§fn clone(&self) -> CapabilityType
fn clone(&self) -> CapabilityType
Returns a copy of the value. Read more
1.0.0 · 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 CapabilityType
impl Debug for CapabilityType
Source§impl Default for CapabilityType
impl Default for CapabilityType
Source§impl Enum for CapabilityType
impl Enum for CapabilityType
Source§const VALUES: &'static [CapabilityType]
const VALUES: &'static [CapabilityType]
All enum values for enum type.
Source§impl EnumFull for CapabilityType
impl EnumFull for CapabilityType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for CapabilityType
impl Hash for CapabilityType
Source§impl PartialEq for CapabilityType
impl PartialEq for CapabilityType
impl Copy for CapabilityType
impl Eq for CapabilityType
impl StructuralPartialEq for CapabilityType
Auto Trait Implementations§
impl Freeze for CapabilityType
impl RefUnwindSafe for CapabilityType
impl Send for CapabilityType
impl Sync for CapabilityType
impl Unpin for CapabilityType
impl UnwindSafe for CapabilityType
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