pub struct GetWasmBytecodeReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetWasmBytecodeReturnObject.
Implementations§
Trait Implementations§
Source§impl Clone for GetWasmBytecodeReturnObjectBuilder
impl Clone for GetWasmBytecodeReturnObjectBuilder
Source§fn clone(&self) -> GetWasmBytecodeReturnObjectBuilder
fn clone(&self) -> GetWasmBytecodeReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetWasmBytecodeReturnObjectBuilder
impl RefUnwindSafe for GetWasmBytecodeReturnObjectBuilder
impl Send for GetWasmBytecodeReturnObjectBuilder
impl Sync for GetWasmBytecodeReturnObjectBuilder
impl Unpin for GetWasmBytecodeReturnObjectBuilder
impl UnsafeUnpin for GetWasmBytecodeReturnObjectBuilder
impl UnwindSafe for GetWasmBytecodeReturnObjectBuilder
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