pub struct ViewerMatch(/* private fields */);Expand description
One viewer_scan candidate: index + the derived spending PUBLIC key.
Implementations§
Source§impl ViewerMatch
impl ViewerMatch
Trait Implementations§
Source§impl From<ViewerMatch> for JsValue
impl From<ViewerMatch> for JsValue
Source§fn from(value: ViewerMatch) -> Self
fn from(value: ViewerMatch) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for ViewerMatch
impl FromWasmAbi for ViewerMatch
Source§impl IntoWasmAbi for ViewerMatch
impl IntoWasmAbi for ViewerMatch
Source§impl LongRefFromWasmAbi for ViewerMatch
impl LongRefFromWasmAbi for ViewerMatch
Source§type Abi = WasmPtr<WasmRefCell<ViewerMatch>>
type Abi = WasmPtr<WasmRefCell<ViewerMatch>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<ViewerMatch>
type Anchor = RcRef<ViewerMatch>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl OptionFromWasmAbi for ViewerMatch
impl OptionFromWasmAbi for ViewerMatch
Source§impl OptionIntoWasmAbi for ViewerMatch
impl OptionIntoWasmAbi for ViewerMatch
Source§impl RefFromWasmAbi for ViewerMatch
impl RefFromWasmAbi for ViewerMatch
Source§type Abi = WasmPtr<WasmRefCell<ViewerMatch>>
type Abi = WasmPtr<WasmRefCell<ViewerMatch>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<ViewerMatch>
type Anchor = RcRef<ViewerMatch>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for ViewerMatch
impl RefMutFromWasmAbi for ViewerMatch
Source§type Abi = WasmPtr<WasmRefCell<ViewerMatch>>
type Abi = WasmPtr<WasmRefCell<ViewerMatch>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<ViewerMatch>
type Anchor = RcRefMut<ViewerMatch>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl SupportsConstructor for ViewerMatch
impl SupportsInstanceProperty for ViewerMatch
impl SupportsStaticProperty for ViewerMatch
Source§impl TryFromJsValue for ViewerMatch
impl TryFromJsValue for ViewerMatch
Source§impl VectorFromWasmAbi for ViewerMatch
impl VectorFromWasmAbi for ViewerMatch
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ViewerMatch]>
Source§impl VectorIntoWasmAbi for ViewerMatch
impl VectorIntoWasmAbi for ViewerMatch
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[ViewerMatch]>) -> Self::Abi
Source§impl WasmDescribeVector for ViewerMatch
impl WasmDescribeVector for ViewerMatch
Auto Trait Implementations§
impl Freeze for ViewerMatch
impl RefUnwindSafe for ViewerMatch
impl Send for ViewerMatch
impl Sync for ViewerMatch
impl Unpin for ViewerMatch
impl UnsafeUnpin for ViewerMatch
impl UnwindSafe for ViewerMatch
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.