Enum rspotify_model::enums::misc::DisallowKey [−][src]
pub enum DisallowKey {
InterruptingPlayback,
Pausing,
Resuming,
Seeking,
SkippingNext,
SkippingPrev,
TogglingRepeatContext,
TogglingShuffle,
TogglingRepeatTrack,
TransferringPlayback,
}Expand description
Disallows object: interrupting_playback, pausing, resuming, seeking,
skipping_next, skipping_prev, toggling_repeat_context,
toggling_shuffle, toggling_repeat_track, transferring_playback.
Variants
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for DisallowKey
impl Send for DisallowKey
impl Sync for DisallowKey
impl Unpin for DisallowKey
impl UnwindSafe for DisallowKey
Blanket Implementations
Mutably borrows from an owned value. Read more