pub struct WasmClient { /* private fields */ }
Trait Implementations§
Source§impl Clone for WasmClient
impl Clone for WasmClient
Source§fn clone(&self) -> WasmClient
fn clone(&self) -> WasmClient
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WasmClient
impl Debug for WasmClient
Source§impl Default for WasmClient
impl Default for WasmClient
Source§fn default() -> WasmClient
fn default() -> WasmClient
Returns the “default value” for a type. Read more
Source§impl OpenWhisk for WasmClient
impl OpenWhisk for WasmClient
type Output = WasmClient
Source§impl Service for WasmClient
impl Service for WasmClient
Auto Trait Implementations§
impl Freeze for WasmClient
impl RefUnwindSafe for WasmClient
impl Send for WasmClient
impl Sync for WasmClient
impl Unpin for WasmClient
impl UnwindSafe for WasmClient
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