pub struct MediaId(/* private fields */);Expand description
An opaque type representing a media id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MediaId
impl RefUnwindSafe for MediaId
impl Send for MediaId
impl Sync for MediaId
impl Unpin for MediaId
impl UnwindSafe for MediaId
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