pub struct WasmTileCache { /* private fields */ }Expand description
WASM bindings for tile management
Implementations§
Trait Implementations§
Source§impl From<WasmTileCache> for JsValue
impl From<WasmTileCache> for JsValue
Source§fn from(value: WasmTileCache) -> Self
fn from(value: WasmTileCache) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmTileCache
impl FromWasmAbi for WasmTileCache
Source§impl IntoWasmAbi for WasmTileCache
impl IntoWasmAbi for WasmTileCache
Source§impl LongRefFromWasmAbi for WasmTileCache
impl LongRefFromWasmAbi for WasmTileCache
Source§impl OptionFromWasmAbi for WasmTileCache
impl OptionFromWasmAbi for WasmTileCache
Source§impl OptionIntoWasmAbi for WasmTileCache
impl OptionIntoWasmAbi for WasmTileCache
Source§impl RefFromWasmAbi for WasmTileCache
impl RefFromWasmAbi for WasmTileCache
Source§type Anchor = RcRef<WasmTileCache>
type Anchor = RcRef<WasmTileCache>
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 RefMutFromWasmAbi for WasmTileCache
impl RefMutFromWasmAbi for WasmTileCache
Source§impl TryFromJsValue for WasmTileCache
impl TryFromJsValue for WasmTileCache
Source§impl VectorFromWasmAbi for WasmTileCache
impl VectorFromWasmAbi for WasmTileCache
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmTileCache]>
Source§impl VectorIntoWasmAbi for WasmTileCache
impl VectorIntoWasmAbi for WasmTileCache
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmTileCache]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmTileCache
impl WasmDescribeVector for WasmTileCache
impl SupportsConstructor for WasmTileCache
impl SupportsInstanceProperty for WasmTileCache
impl SupportsStaticProperty for WasmTileCache
Auto Trait Implementations§
impl Freeze for WasmTileCache
impl RefUnwindSafe for WasmTileCache
impl Send for WasmTileCache
impl Sync for WasmTileCache
impl Unpin for WasmTileCache
impl UnsafeUnpin for WasmTileCache
impl UnwindSafe for WasmTileCache
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> 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.