pub struct QuantizedLmChunkDecoder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<QuantizedLmChunkDecoder> for JsValue
impl From<QuantizedLmChunkDecoder> for JsValue
Source§fn from(value: QuantizedLmChunkDecoder) -> Self
fn from(value: QuantizedLmChunkDecoder) -> Self
Converts to this type from the input type.
Source§impl LongRefFromWasmAbi for QuantizedLmChunkDecoder
impl LongRefFromWasmAbi for QuantizedLmChunkDecoder
Source§type Abi = WasmPtr<WasmRefCell<QuantizedLmChunkDecoder>>
type Abi = WasmPtr<WasmRefCell<QuantizedLmChunkDecoder>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<QuantizedLmChunkDecoder>
type Anchor = RcRef<QuantizedLmChunkDecoder>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl RefFromWasmAbi for QuantizedLmChunkDecoder
impl RefFromWasmAbi for QuantizedLmChunkDecoder
Source§type Abi = WasmPtr<WasmRefCell<QuantizedLmChunkDecoder>>
type Abi = WasmPtr<WasmRefCell<QuantizedLmChunkDecoder>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<QuantizedLmChunkDecoder>
type Anchor = RcRef<QuantizedLmChunkDecoder>
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 QuantizedLmChunkDecoder
impl RefMutFromWasmAbi for QuantizedLmChunkDecoder
Source§type Abi = WasmPtr<WasmRefCell<QuantizedLmChunkDecoder>>
type Abi = WasmPtr<WasmRefCell<QuantizedLmChunkDecoder>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<QuantizedLmChunkDecoder>
type Anchor = RcRefMut<QuantizedLmChunkDecoder>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl SupportsConstructor for QuantizedLmChunkDecoder
impl SupportsInstanceProperty for QuantizedLmChunkDecoder
impl SupportsStaticProperty for QuantizedLmChunkDecoder
Source§impl VectorFromWasmAbi for QuantizedLmChunkDecoder
impl VectorFromWasmAbi for QuantizedLmChunkDecoder
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[QuantizedLmChunkDecoder]>
Source§impl VectorIntoWasmAbi for QuantizedLmChunkDecoder
impl VectorIntoWasmAbi for QuantizedLmChunkDecoder
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[QuantizedLmChunkDecoder]>) -> Self::Abi
Source§impl WasmDescribeVector for QuantizedLmChunkDecoder
impl WasmDescribeVector for QuantizedLmChunkDecoder
Auto Trait Implementations§
impl Freeze for QuantizedLmChunkDecoder
impl RefUnwindSafe for QuantizedLmChunkDecoder
impl Send for QuantizedLmChunkDecoder
impl Sync for QuantizedLmChunkDecoder
impl Unpin for QuantizedLmChunkDecoder
impl UnsafeUnpin for QuantizedLmChunkDecoder
impl UnwindSafe for QuantizedLmChunkDecoder
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> 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.