#[repr(u64)]pub enum TrackStatusCode {
InProgress = 0,
NotFound = 1,
NotAuthorized = 2,
Ended = 3,
}Variants§
Trait Implementations§
Source§impl Clone for TrackStatusCode
impl Clone for TrackStatusCode
Source§fn clone(&self) -> TrackStatusCode
fn clone(&self) -> TrackStatusCode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TrackStatusCode
impl Debug for TrackStatusCode
Source§impl<V> Decode<V> for TrackStatusCode
impl<V> Decode<V> for TrackStatusCode
Source§impl<V> Encode<V> for TrackStatusCode
impl<V> Encode<V> for TrackStatusCode
Source§impl From<TrackStatusCode> for u64
impl From<TrackStatusCode> for u64
Source§fn from(enum_value: TrackStatusCode) -> Self
fn from(enum_value: TrackStatusCode) -> Self
Converts to this type from the input type.
Source§impl TryFrom<u64> for TrackStatusCode
impl TryFrom<u64> for TrackStatusCode
Source§type Error = TryFromPrimitiveError<TrackStatusCode>
type Error = TryFromPrimitiveError<TrackStatusCode>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for TrackStatusCode
impl TryFromPrimitive for TrackStatusCode
const NAME: &'static str = "TrackStatusCode"
type Primitive = u64
type Error = TryFromPrimitiveError<TrackStatusCode>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for TrackStatusCode
Auto Trait Implementations§
impl Freeze for TrackStatusCode
impl RefUnwindSafe for TrackStatusCode
impl Send for TrackStatusCode
impl Sync for TrackStatusCode
impl Unpin for TrackStatusCode
impl UnwindSafe for TrackStatusCode
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)