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