Struct rust_rocket::track::Track
source · pub struct Track { /* private fields */ }Expand description
The Track Type. This is a collection of Keys with a name.
Implementations
sourceimpl Track
impl Track
sourcepub fn delete_key(&mut self, row: u32)
pub fn delete_key(&mut self, row: u32)
Delete a key from a track.
If a key does not exist this will do nothing.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Track
impl Send for Track
impl Sync for Track
impl Unpin for Track
impl UnwindSafe for Track
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more