Enum mpris_server::TrackListProperty
source · pub enum TrackListProperty {
Tracks,
CanEditTracks(bool),
}
Expand description
Used for emitting PropertiesChanged
signals on
Server::track_list_properties_changed
and
LocalServer::track_list_properties_changed
, if T
implements
TrackListInterface
or LocalTrackListInterface
.
Variants§
Trait Implementations§
source§impl Clone for TrackListProperty
impl Clone for TrackListProperty
source§fn clone(&self) -> TrackListProperty
fn clone(&self) -> TrackListProperty
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 TrackListProperty
impl Debug for TrackListProperty
source§impl PartialEq for TrackListProperty
impl PartialEq for TrackListProperty
impl Eq for TrackListProperty
impl StructuralPartialEq for TrackListProperty
Auto Trait Implementations§
impl Freeze for TrackListProperty
impl RefUnwindSafe for TrackListProperty
impl Send for TrackListProperty
impl Sync for TrackListProperty
impl Unpin for TrackListProperty
impl UnwindSafe for TrackListProperty
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)