pub struct TrackAdded(/* private fields */);Expand description
A TrackAdded signal.
Implementations§
Source§impl TrackAdded
impl TrackAdded
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
TrackAdded
from a zbus::Message.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message.
Source§impl TrackAdded
impl TrackAdded
Sourcepub fn args<'s>(&'s self) -> Result<TrackAddedArgs<'s>>
pub fn args<'s>(&'s self) -> Result<TrackAddedArgs<'s>>
Retrieve the signal arguments.
Trait Implementations§
Source§impl Clone for TrackAdded
impl Clone for TrackAdded
Source§fn clone(&self) -> TrackAdded
fn clone(&self) -> TrackAdded
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 Debug for TrackAdded
impl Debug for TrackAdded
Source§impl From<TrackAdded> for Message
impl From<TrackAdded> for Message
Source§fn from(signal: TrackAdded) -> Self
fn from(signal: TrackAdded) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TrackAdded
impl RefUnwindSafe for TrackAdded
impl Send for TrackAdded
impl Sync for TrackAdded
impl Unpin for TrackAdded
impl UnsafeUnpin for TrackAdded
impl UnwindSafe for TrackAdded
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