pub struct WasmOwnedNoteWitness(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<WasmOwnedNoteWitness> for JsValue
impl From<WasmOwnedNoteWitness> for JsValue
Source§fn from(value: WasmOwnedNoteWitness) -> Self
fn from(value: WasmOwnedNoteWitness) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmOwnedNoteWitness
impl FromWasmAbi for WasmOwnedNoteWitness
Source§impl IntoWasmAbi for WasmOwnedNoteWitness
impl IntoWasmAbi for WasmOwnedNoteWitness
Source§impl LongRefFromWasmAbi for WasmOwnedNoteWitness
impl LongRefFromWasmAbi for WasmOwnedNoteWitness
Source§type Abi = WasmPtr<WasmRefCell<WasmOwnedNoteWitness>>
type Abi = WasmPtr<WasmRefCell<WasmOwnedNoteWitness>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<WasmOwnedNoteWitness>
type Anchor = RcRef<WasmOwnedNoteWitness>
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 RefFromWasmAbi for WasmOwnedNoteWitness
impl RefFromWasmAbi for WasmOwnedNoteWitness
Source§type Abi = WasmPtr<WasmRefCell<WasmOwnedNoteWitness>>
type Abi = WasmPtr<WasmRefCell<WasmOwnedNoteWitness>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<WasmOwnedNoteWitness>
type Anchor = RcRef<WasmOwnedNoteWitness>
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 WasmOwnedNoteWitness
impl RefMutFromWasmAbi for WasmOwnedNoteWitness
Source§type Abi = WasmPtr<WasmRefCell<WasmOwnedNoteWitness>>
type Abi = WasmPtr<WasmRefCell<WasmOwnedNoteWitness>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<WasmOwnedNoteWitness>
type Anchor = RcRefMut<WasmOwnedNoteWitness>
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 WasmOwnedNoteWitness
impl SupportsInstanceProperty for WasmOwnedNoteWitness
impl SupportsStaticProperty for WasmOwnedNoteWitness
Source§impl VectorFromWasmAbi for WasmOwnedNoteWitness
impl VectorFromWasmAbi for WasmOwnedNoteWitness
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmOwnedNoteWitness]>
Source§impl VectorIntoWasmAbi for WasmOwnedNoteWitness
impl VectorIntoWasmAbi for WasmOwnedNoteWitness
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmOwnedNoteWitness]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmOwnedNoteWitness
impl WasmDescribeVector for WasmOwnedNoteWitness
Auto Trait Implementations§
impl Freeze for WasmOwnedNoteWitness
impl RefUnwindSafe for WasmOwnedNoteWitness
impl Send for WasmOwnedNoteWitness
impl Sync for WasmOwnedNoteWitness
impl Unpin for WasmOwnedNoteWitness
impl UnsafeUnpin for WasmOwnedNoteWitness
impl UnwindSafe for WasmOwnedNoteWitness
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.