pub struct PlaylistBrowsePath();
Trait Implementations§
Source§impl Clone for PlaylistBrowsePath
impl Clone for PlaylistBrowsePath
Source§fn clone(&self) -> PlaylistBrowsePath
fn clone(&self) -> PlaylistBrowsePath
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 PlaylistBrowsePath
impl Debug for PlaylistBrowsePath
Auto Trait Implementations§
impl Freeze for PlaylistBrowsePath
impl RefUnwindSafe for PlaylistBrowsePath
impl Send for PlaylistBrowsePath
impl Sync for PlaylistBrowsePath
impl Unpin for PlaylistBrowsePath
impl UnwindSafe for PlaylistBrowsePath
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