pub struct FklParser { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for FklParser
impl FromWasmAbi for FklParser
Source§impl IntoWasmAbi for FklParser
impl IntoWasmAbi for FklParser
Source§impl LongRefFromWasmAbi for FklParser
impl LongRefFromWasmAbi for FklParser
Source§impl OptionFromWasmAbi for FklParser
impl OptionFromWasmAbi for FklParser
Source§impl OptionIntoWasmAbi for FklParser
impl OptionIntoWasmAbi for FklParser
Source§impl RefFromWasmAbi for FklParser
impl RefFromWasmAbi for FklParser
Source§impl RefMutFromWasmAbi for FklParser
impl RefMutFromWasmAbi for FklParser
Source§impl TryFromJsValue for FklParser
impl TryFromJsValue for FklParser
Source§impl VectorFromWasmAbi for FklParser
impl VectorFromWasmAbi for FklParser
Source§impl VectorIntoWasmAbi for FklParser
impl VectorIntoWasmAbi for FklParser
impl SupportsConstructor for FklParser
impl SupportsInstanceProperty for FklParser
impl SupportsStaticProperty for FklParser
Auto Trait Implementations§
impl Freeze for FklParser
impl RefUnwindSafe for FklParser
impl Send for FklParser
impl Sync for FklParser
impl Unpin for FklParser
impl UnwindSafe for FklParser
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::Abi
Source§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
.