pub struct TrackIndex(/* private fields */);Implementations§
Source§impl TrackIndex
impl TrackIndex
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrackIndex
impl RefUnwindSafe for TrackIndex
impl Send for TrackIndex
impl Sync for TrackIndex
impl Unpin for TrackIndex
impl UnsafeUnpin for TrackIndex
impl UnwindSafe for TrackIndex
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