pub struct GetWasmBytecodeParams {
pub scriptId: ScriptId,
}Expand description
This command is deprecated. Use getScriptSource instead.
Fields§
§scriptId: ScriptIdId of the Wasm script to get source for.
Implementations§
Trait Implementations§
Source§impl CdpCommand for GetWasmBytecodeParams
impl CdpCommand for GetWasmBytecodeParams
Source§impl Clone for GetWasmBytecodeParams
impl Clone for GetWasmBytecodeParams
Source§fn clone(&self) -> GetWasmBytecodeParams
fn clone(&self) -> GetWasmBytecodeParams
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 GetWasmBytecodeParams
impl Debug for GetWasmBytecodeParams
Source§impl Default for GetWasmBytecodeParams
impl Default for GetWasmBytecodeParams
Source§fn default() -> GetWasmBytecodeParams
fn default() -> GetWasmBytecodeParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWasmBytecodeParams
impl<'de> Deserialize<'de> for GetWasmBytecodeParams
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
Auto Trait Implementations§
impl Freeze for GetWasmBytecodeParams
impl RefUnwindSafe for GetWasmBytecodeParams
impl Send for GetWasmBytecodeParams
impl Sync for GetWasmBytecodeParams
impl Unpin for GetWasmBytecodeParams
impl UnsafeUnpin for GetWasmBytecodeParams
impl UnwindSafe for GetWasmBytecodeParams
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