pub struct TrackStartedUnsupported {}Expand description
Unsupported! Undocumented method track.trackStarted()
Auto Trait Implementations§
impl Freeze for TrackStartedUnsupported
impl RefUnwindSafe for TrackStartedUnsupported
impl Send for TrackStartedUnsupported
impl Sync for TrackStartedUnsupported
impl Unpin for TrackStartedUnsupported
impl UnwindSafe for TrackStartedUnsupported
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