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