Struct wallet_wasm_js::Fragment
source · pub struct Fragment(pub(crate) Fragment);
Tuple Fields§
§0: Fragment
Implementations§
Trait Implementations§
source§impl FromWasmAbi for Fragment
impl FromWasmAbi for Fragment
source§impl IntoWasmAbi for Fragment
impl IntoWasmAbi for Fragment
source§impl LongRefFromWasmAbi for Fragment
impl LongRefFromWasmAbi for Fragment
source§impl OptionFromWasmAbi for Fragment
impl OptionFromWasmAbi for Fragment
source§impl OptionIntoWasmAbi for Fragment
impl OptionIntoWasmAbi for Fragment
source§impl RefFromWasmAbi for Fragment
impl RefFromWasmAbi for Fragment
source§impl RefMutFromWasmAbi for Fragment
impl RefMutFromWasmAbi for Fragment
Auto Trait Implementations§
impl RefUnwindSafe for Fragment
impl Send for Fragment
impl Sync for Fragment
impl Unpin for Fragment
impl UnwindSafe for Fragment
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<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>
§impl<T> Pointable for T
impl<T> Pointable for T
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
.