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> 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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§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.