pub struct ClapperPlaylistable { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperPlaylistable
impl RefUnwindSafe for ClapperPlaylistable
impl !Send for ClapperPlaylistable
impl !Sync for ClapperPlaylistable
impl !Unpin for ClapperPlaylistable
impl UnsafeUnpin for ClapperPlaylistable
impl UnwindSafe for ClapperPlaylistable
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