pub struct TrackId(/* private fields */);Expand description
A custom wrapper type for representing a track identifier.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrackId
impl RefUnwindSafe for TrackId
impl Send for TrackId
impl Sync for TrackId
impl Unpin for TrackId
impl UnwindSafe for TrackId
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