pub struct JsBip32;
Expand description
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for JsBip32
impl FromWasmAbi for JsBip32
Source§impl IntoWasmAbi for JsBip32
impl IntoWasmAbi for JsBip32
Source§impl LongRefFromWasmAbi for JsBip32
impl LongRefFromWasmAbi for JsBip32
Source§impl OptionFromWasmAbi for JsBip32
impl OptionFromWasmAbi for JsBip32
Source§impl OptionIntoWasmAbi for JsBip32
impl OptionIntoWasmAbi for JsBip32
Source§impl RefFromWasmAbi for JsBip32
impl RefFromWasmAbi for JsBip32
Source§type Anchor = RcRef<JsBip32>
type Anchor = RcRef<JsBip32>
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§unsafe fn ref_from_abi(
js: <JsBip32 as RefFromWasmAbi>::Abi,
) -> <JsBip32 as RefFromWasmAbi>::Anchor
unsafe fn ref_from_abi( js: <JsBip32 as RefFromWasmAbi>::Abi, ) -> <JsBip32 as RefFromWasmAbi>::Anchor
Source§impl RefMutFromWasmAbi for JsBip32
impl RefMutFromWasmAbi for JsBip32
Source§impl TryFromJsValue for JsBip32
impl TryFromJsValue for JsBip32
Source§impl VectorFromWasmAbi for JsBip32
impl VectorFromWasmAbi for JsBip32
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi( js: <JsBip32 as VectorFromWasmAbi>::Abi, ) -> Box<[JsBip32]>
Source§impl VectorIntoWasmAbi for JsBip32
impl VectorIntoWasmAbi for JsBip32
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi( vector: Box<[JsBip32]>, ) -> <JsBip32 as VectorIntoWasmAbi>::Abi
Auto Trait Implementations§
impl Freeze for JsBip32
impl RefUnwindSafe for JsBip32
impl Send for JsBip32
impl Sync for JsBip32
impl Unpin for JsBip32
impl UnwindSafe for JsBip32
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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::Abi
Source§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
.