pub enum TrackPathRequestError {
TableFull,
}Variants§
TableFull
Trait Implementations§
Source§impl Clone for TrackPathRequestError
impl Clone for TrackPathRequestError
Source§fn clone(&self) -> TrackPathRequestError
fn clone(&self) -> TrackPathRequestError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrackPathRequestError
Source§impl Debug for TrackPathRequestError
impl Debug for TrackPathRequestError
impl Eq for TrackPathRequestError
Source§impl PartialEq for TrackPathRequestError
impl PartialEq for TrackPathRequestError
impl StructuralPartialEq for TrackPathRequestError
Auto Trait Implementations§
impl Freeze for TrackPathRequestError
impl RefUnwindSafe for TrackPathRequestError
impl Send for TrackPathRequestError
impl Sync for TrackPathRequestError
impl Unpin for TrackPathRequestError
impl UnsafeUnpin for TrackPathRequestError
impl UnwindSafe for TrackPathRequestError
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