pub struct MusicSong;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MusicSong
impl RefUnwindSafe for MusicSong
impl Send for MusicSong
impl Sync for MusicSong
impl Unpin for MusicSong
impl UnwindSafe for MusicSong
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