#[repr(u8)]pub enum TranscodeResult {
Ok = 0,
Failure = 16,
Failure_BadBuildId = 17,
Failure_AsmJSNotSupported = 18,
Failure_BadDecode = 19,
Throw = 32,
}Variants§
Ok = 0
Failure = 16
Failure_BadBuildId = 17
Failure_AsmJSNotSupported = 18
Failure_BadDecode = 19
Throw = 32
Trait Implementations§
Source§impl Clone for TranscodeResult
impl Clone for TranscodeResult
Source§fn clone(&self) -> TranscodeResult
fn clone(&self) -> TranscodeResult
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 TranscodeResult
Source§impl Debug for TranscodeResult
impl Debug for TranscodeResult
impl Eq for TranscodeResult
Source§impl Hash for TranscodeResult
impl Hash for TranscodeResult
Source§impl PartialEq for TranscodeResult
impl PartialEq for TranscodeResult
Source§fn eq(&self, other: &TranscodeResult) -> bool
fn eq(&self, other: &TranscodeResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TranscodeResult
Auto Trait Implementations§
impl Freeze for TranscodeResult
impl RefUnwindSafe for TranscodeResult
impl Send for TranscodeResult
impl Sync for TranscodeResult
impl Unpin for TranscodeResult
impl UnsafeUnpin for TranscodeResult
impl UnwindSafe for TranscodeResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more