pub struct mpd_entity { /* private fields */ }Trait Implementations§
Source§impl Clone for mpd_entity
impl Clone for mpd_entity
Source§fn clone(&self) -> mpd_entity
fn clone(&self) -> mpd_entity
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 mpd_entity
impl Debug for mpd_entity
impl Copy for mpd_entity
Auto Trait Implementations§
impl Freeze for mpd_entity
impl RefUnwindSafe for mpd_entity
impl Send for mpd_entity
impl Sync for mpd_entity
impl Unpin for mpd_entity
impl UnwindSafe for mpd_entity
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