pub enum LibraryPlaylistAttributesExtension {
TrackTypes,
}Expand description
Reflected types
Variants§
TrackTypes
(Extended) The resource types that are present in the tracks of the library playlist
Trait Implementations§
Source§impl Clone for LibraryPlaylistAttributesExtension
impl Clone for LibraryPlaylistAttributesExtension
Source§fn clone(&self) -> LibraryPlaylistAttributesExtension
fn clone(&self) -> LibraryPlaylistAttributesExtension
Returns a duplicate 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 ExtensionTrait for LibraryPlaylistAttributesExtension
impl ExtensionTrait for LibraryPlaylistAttributesExtension
Source§fn get_object(&self) -> &'static str
fn get_object(&self) -> &'static str
Get extension object name
Source§impl PartialEq for LibraryPlaylistAttributesExtension
impl PartialEq for LibraryPlaylistAttributesExtension
Source§fn eq(&self, other: &LibraryPlaylistAttributesExtension) -> bool
fn eq(&self, other: &LibraryPlaylistAttributesExtension) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LibraryPlaylistAttributesExtension
impl Eq for LibraryPlaylistAttributesExtension
impl StructuralPartialEq for LibraryPlaylistAttributesExtension
Auto Trait Implementations§
impl Freeze for LibraryPlaylistAttributesExtension
impl RefUnwindSafe for LibraryPlaylistAttributesExtension
impl Send for LibraryPlaylistAttributesExtension
impl Sync for LibraryPlaylistAttributesExtension
impl Unpin for LibraryPlaylistAttributesExtension
impl UnwindSafe for LibraryPlaylistAttributesExtension
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.