pub struct GetWasmBytecode {
pub script_id: ScriptId,
}๐Deprecated
Expand description
This command is deprecated. Use getScriptSource instead.
Fieldsยง
ยงscript_id: ScriptId๐Deprecated
Id of the Wasm script to get source for.
Trait Implementationsยง
Sourceยงimpl Clone for GetWasmBytecode
impl Clone for GetWasmBytecode
Sourceยงfn clone(&self) -> GetWasmBytecode
fn clone(&self) -> GetWasmBytecode
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 GetWasmBytecode
impl Debug for GetWasmBytecode
Sourceยงimpl<'de> Deserialize<'de> for GetWasmBytecode
impl<'de> Deserialize<'de> for GetWasmBytecode
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 Method for GetWasmBytecode
impl Method for GetWasmBytecode
const NAME: &'static str = "Debugger.getWasmBytecode"
type ReturnObject = GetWasmBytecodeReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Sourceยงimpl PartialEq for GetWasmBytecode
impl PartialEq for GetWasmBytecode
Sourceยงimpl Serialize for GetWasmBytecode
impl Serialize for GetWasmBytecode
impl StructuralPartialEq for GetWasmBytecode
Auto Trait Implementationsยง
impl Freeze for GetWasmBytecode
impl RefUnwindSafe for GetWasmBytecode
impl Send for GetWasmBytecode
impl Sync for GetWasmBytecode
impl Unpin for GetWasmBytecode
impl UnsafeUnpin for GetWasmBytecode
impl UnwindSafe for GetWasmBytecode
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