Struct kaspa_bip32::wasm::xpub::XPub
source · pub struct XPub { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<ExtendedPublicKey<PublicKey>> for XPub
impl From<ExtendedPublicKey<PublicKey>> for XPub
source§fn from(inner: ExtendedPublicKey<PublicKey>) -> Self
fn from(inner: ExtendedPublicKey<PublicKey>) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for XPub
impl FromWasmAbi for XPub
source§impl IntoWasmAbi for XPub
impl IntoWasmAbi for XPub
source§impl LongRefFromWasmAbi for XPub
impl LongRefFromWasmAbi for XPub
source§impl OptionFromWasmAbi for XPub
impl OptionFromWasmAbi for XPub
source§impl OptionIntoWasmAbi for XPub
impl OptionIntoWasmAbi for XPub
source§impl RefFromWasmAbi for XPub
impl RefFromWasmAbi for XPub
source§impl RefMutFromWasmAbi for XPub
impl RefMutFromWasmAbi for XPub
Auto Trait Implementations§
impl RefUnwindSafe for XPub
impl Send for XPub
impl Sync for XPub
impl Unpin for XPub
impl UnwindSafe for XPub
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§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
.