Struct wallet_wasm_js::Settings
source · pub struct Settings(pub(crate) Settings);
Expand description
Encapsulates blockchain settings needed for some operations.
Tuple Fields§
§0: Settings
Implementations§
Trait Implementations§
source§impl FromWasmAbi for Settings
impl FromWasmAbi for Settings
source§impl IntoWasmAbi for Settings
impl IntoWasmAbi for Settings
source§impl LongRefFromWasmAbi for Settings
impl LongRefFromWasmAbi for Settings
source§impl OptionFromWasmAbi for Settings
impl OptionFromWasmAbi for Settings
source§impl OptionIntoWasmAbi for Settings
impl OptionIntoWasmAbi for Settings
source§impl RefFromWasmAbi for Settings
impl RefFromWasmAbi for Settings
source§impl RefMutFromWasmAbi for Settings
impl RefMutFromWasmAbi for Settings
Auto Trait Implementations§
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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
.