pub struct ScanMatch(/* private fields */);Expand description
One scan candidate: index into the input arrays + the derived keys.
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for ScanMatch
impl FromWasmAbi for ScanMatch
Source§impl IntoWasmAbi for ScanMatch
impl IntoWasmAbi for ScanMatch
Source§impl LongRefFromWasmAbi for ScanMatch
impl LongRefFromWasmAbi for ScanMatch
Source§impl OptionFromWasmAbi for ScanMatch
impl OptionFromWasmAbi for ScanMatch
Source§impl OptionIntoWasmAbi for ScanMatch
impl OptionIntoWasmAbi for ScanMatch
Source§impl RefFromWasmAbi for ScanMatch
impl RefFromWasmAbi for ScanMatch
Source§type Abi = WasmPtr<WasmRefCell<ScanMatch>>
type Abi = WasmPtr<WasmRefCell<ScanMatch>>
The Wasm ABI type references to
Self are recovered from.Source§impl RefMutFromWasmAbi for ScanMatch
impl RefMutFromWasmAbi for ScanMatch
impl SupportsConstructor for ScanMatch
impl SupportsInstanceProperty for ScanMatch
impl SupportsStaticProperty for ScanMatch
Source§impl TryFromJsValue for ScanMatch
impl TryFromJsValue for ScanMatch
Source§impl VectorFromWasmAbi for ScanMatch
impl VectorFromWasmAbi for ScanMatch
Source§impl VectorIntoWasmAbi for ScanMatch
impl VectorIntoWasmAbi for ScanMatch
Auto Trait Implementations§
impl Freeze for ScanMatch
impl RefUnwindSafe for ScanMatch
impl Send for ScanMatch
impl Sync for ScanMatch
impl Unpin for ScanMatch
impl UnsafeUnpin for ScanMatch
impl UnwindSafe for ScanMatch
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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 moreimpl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
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.