Enum librespot_protocol::spirc::CapabilityType [−][src]
pub enum CapabilityType {
Show 14 variants
kSupportedContexts,
kCanBePlayer,
kRestrictToLocal,
kDeviceType,
kGaiaEqConnectId,
kSupportsLogout,
kIsObservable,
kVolumeSteps,
kSupportedTypes,
kCommandAcks,
kSupportsRename,
kHidden,
kSupportsPlaylistV2,
kSupportsExternalEpisodes,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for CapabilityType
impl Send for CapabilityType
impl Sync for CapabilityType
impl Unpin for CapabilityType
impl UnwindSafe for CapabilityType
Blanket Implementations
Mutably borrows from an owned value. Read more