pub struct GetWasmBytecodeReturnObject {
pub bytecode: String,
}๐Deprecated
Expand description
This command is deprecated. Use getScriptSource instead.
Fieldsยง
ยงbytecode: String๐Deprecated
Script source.
Trait Implementationsยง
Sourceยงimpl Clone for GetWasmBytecodeReturnObject
impl Clone for GetWasmBytecodeReturnObject
Sourceยงfn clone(&self) -> GetWasmBytecodeReturnObject
fn clone(&self) -> GetWasmBytecodeReturnObject
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 Debug for GetWasmBytecodeReturnObject
impl Debug for GetWasmBytecodeReturnObject
Sourceยงimpl<'de> Deserialize<'de> for GetWasmBytecodeReturnObject
impl<'de> Deserialize<'de> for GetWasmBytecodeReturnObject
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 GetWasmBytecodeReturnObject
impl PartialEq for GetWasmBytecodeReturnObject
Sourceยงfn eq(&self, other: &GetWasmBytecodeReturnObject) -> bool
fn eq(&self, other: &GetWasmBytecodeReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetWasmBytecodeReturnObject
Auto Trait Implementationsยง
impl Freeze for GetWasmBytecodeReturnObject
impl RefUnwindSafe for GetWasmBytecodeReturnObject
impl Send for GetWasmBytecodeReturnObject
impl Sync for GetWasmBytecodeReturnObject
impl Unpin for GetWasmBytecodeReturnObject
impl UnsafeUnpin for GetWasmBytecodeReturnObject
impl UnwindSafe for GetWasmBytecodeReturnObject
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