pub struct Track<K> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<K: Keys> Keys for Track<K>
 
impl<K: Keys> Keys for Track<K>
Source§fn finalize(&mut self) -> Result<(), KeyError>
 
fn finalize(&mut self) -> Result<(), KeyError>
Finalize the keys, ensure there are no more. Read more
Source§impl<K: PartialOrd> PartialOrd for Track<K>
 
impl<K: PartialOrd> PartialOrd for Track<K>
impl<K> StructuralPartialEq for Track<K>
Auto Trait Implementations§
impl<K> Freeze for Track<K>where
    K: Freeze,
impl<K> RefUnwindSafe for Track<K>where
    K: RefUnwindSafe,
impl<K> Send for Track<K>where
    K: Send,
impl<K> Sync for Track<K>where
    K: Sync,
impl<K> Unpin for Track<K>where
    K: Unpin,
impl<K> UnwindSafe for Track<K>where
    K: UnwindSafe,
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