pub struct TrackType;
Expand description
TrackType
is used as a compile-time check for Track
= Compass<TrackType>
Trait Implementations§
impl Copy for TrackType
impl Eq for TrackType
impl StructuralPartialEq for TrackType
Auto Trait Implementations§
impl Freeze for TrackType
impl RefUnwindSafe for TrackType
impl Send for TrackType
impl Sync for TrackType
impl Unpin for TrackType
impl UnwindSafe for TrackType
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