#[repr(u8)]pub enum ExecutableForm {
InterpreterBytecodeV1 = 0,
InterpreterScriptV1 = 1,
TestAttemptV1 = 2,
ExecutableUnitV3 = 3,
NativeObjectV1 = 4,
MeshingWorkload = 5,
}Variants§
InterpreterBytecodeV1 = 0
InterpreterScriptV1 = 1
TestAttemptV1 = 2
ExecutableUnitV3 = 3
NativeObjectV1 = 4
MeshingWorkload = 5
Trait Implementations§
Source§impl Clone for ExecutableForm
impl Clone for ExecutableForm
Source§fn clone(&self) -> ExecutableForm
fn clone(&self) -> ExecutableForm
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 ExecutableForm
Source§impl Debug for ExecutableForm
impl Debug for ExecutableForm
Source§impl<'de> Deserialize<'de> for ExecutableForm
impl<'de> Deserialize<'de> for ExecutableForm
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExecutableForm
Source§impl PartialEq for ExecutableForm
impl PartialEq for ExecutableForm
Source§impl Serialize for ExecutableForm
impl Serialize for ExecutableForm
impl StructuralPartialEq for ExecutableForm
Auto Trait Implementations§
impl Freeze for ExecutableForm
impl RefUnwindSafe for ExecutableForm
impl Send for ExecutableForm
impl Sync for ExecutableForm
impl Unpin for ExecutableForm
impl UnsafeUnpin for ExecutableForm
impl UnwindSafe for ExecutableForm
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> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.