pub enum media_bug {}
Auto Trait Implementations§
impl Freeze for media_bug
impl RefUnwindSafe for media_bug
impl Send for media_bug
impl Sync for media_bug
impl Unpin for media_bug
impl UnwindSafe for media_bug
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