pub struct WasmRealtimeClient { /* private fields */ }Expand description
Realtime client for WASM/JavaScript usage.
Implementations§
Trait Implementations§
Source§impl From<WasmRealtimeClient> for JsValue
impl From<WasmRealtimeClient> for JsValue
Source§fn from(value: WasmRealtimeClient) -> Self
fn from(value: WasmRealtimeClient) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmRealtimeClient
impl FromWasmAbi for WasmRealtimeClient
Source§impl IntoWasmAbi for WasmRealtimeClient
impl IntoWasmAbi for WasmRealtimeClient
Source§impl RefFromWasmAbi for WasmRealtimeClient
impl RefFromWasmAbi for WasmRealtimeClient
Source§type Anchor = RcRef<WasmRealtimeClient>
type Anchor = RcRef<WasmRealtimeClient>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl TryFromJsValue for WasmRealtimeClient
impl TryFromJsValue for WasmRealtimeClient
Source§impl VectorFromWasmAbi for WasmRealtimeClient
impl VectorFromWasmAbi for WasmRealtimeClient
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmRealtimeClient]>
Source§impl VectorIntoWasmAbi for WasmRealtimeClient
impl VectorIntoWasmAbi for WasmRealtimeClient
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmRealtimeClient]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmRealtimeClient
impl WasmDescribeVector for WasmRealtimeClient
impl SupportsConstructor for WasmRealtimeClient
impl SupportsInstanceProperty for WasmRealtimeClient
impl SupportsStaticProperty for WasmRealtimeClient
Auto Trait Implementations§
impl Freeze for WasmRealtimeClient
impl !RefUnwindSafe for WasmRealtimeClient
impl Send for WasmRealtimeClient
impl Sync for WasmRealtimeClient
impl Unpin for WasmRealtimeClient
impl UnsafeUnpin for WasmRealtimeClient
impl !UnwindSafe for WasmRealtimeClient
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.