pub enum NextWasmDisassemblyChunkMethod {
NextWasmDisassemblyChunk,
}Variants§
NextWasmDisassemblyChunk
Trait Implementations§
Source§impl Clone for NextWasmDisassemblyChunkMethod
impl Clone for NextWasmDisassemblyChunkMethod
Source§fn clone(&self) -> NextWasmDisassemblyChunkMethod
fn clone(&self) -> NextWasmDisassemblyChunkMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for NextWasmDisassemblyChunkMethod
impl<'de> Deserialize<'de> for NextWasmDisassemblyChunkMethod
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
Source§impl PartialEq for NextWasmDisassemblyChunkMethod
impl PartialEq for NextWasmDisassemblyChunkMethod
Source§fn eq(&self, other: &NextWasmDisassemblyChunkMethod) -> bool
fn eq(&self, other: &NextWasmDisassemblyChunkMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NextWasmDisassemblyChunkMethod
Auto Trait Implementations§
impl Freeze for NextWasmDisassemblyChunkMethod
impl RefUnwindSafe for NextWasmDisassemblyChunkMethod
impl Send for NextWasmDisassemblyChunkMethod
impl Sync for NextWasmDisassemblyChunkMethod
impl Unpin for NextWasmDisassemblyChunkMethod
impl UnsafeUnpin for NextWasmDisassemblyChunkMethod
impl UnwindSafe for NextWasmDisassemblyChunkMethod
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