pub struct Web { /* private fields */ }
Expand description
通过图形界面来使用 libchai 的入口,实现了界面特征
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for Web
impl FromWasmAbi for Web
Source§impl IntoWasmAbi for Web
impl IntoWasmAbi for Web
Source§impl LongRefFromWasmAbi for Web
impl LongRefFromWasmAbi for Web
Source§impl OptionFromWasmAbi for Web
impl OptionFromWasmAbi for Web
Source§impl OptionIntoWasmAbi for Web
impl OptionIntoWasmAbi for Web
Source§impl RefFromWasmAbi for Web
impl RefFromWasmAbi for Web
Source§impl RefMutFromWasmAbi for Web
impl RefMutFromWasmAbi for Web
Source§impl TryFromJsValue for Web
impl TryFromJsValue for Web
Source§impl VectorFromWasmAbi for Web
impl VectorFromWasmAbi for Web
Source§impl VectorIntoWasmAbi for Web
impl VectorIntoWasmAbi for Web
impl SupportsConstructor for Web
impl SupportsInstanceProperty for Web
impl SupportsStaticProperty for Web
Auto Trait Implementations§
impl Freeze for Web
impl RefUnwindSafe for Web
impl !Send for Web
impl !Sync for Web
impl Unpin for Web
impl UnwindSafe for Web
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
.