pub struct Pset { /* private fields */ }
Expand description
Partially Signed Elements Transaction, wrapper of PartiallySignedTransaction
Implementations§
Trait Implementations§
Source§impl From<PartiallySignedTransaction> for Pset
impl From<PartiallySignedTransaction> for Pset
Source§fn from(inner: PartiallySignedTransaction) -> Self
fn from(inner: PartiallySignedTransaction) -> Self
Converts to this type from the input type.
Source§impl From<Pset> for PartiallySignedTransaction
impl From<Pset> for PartiallySignedTransaction
Source§impl FromWasmAbi for Pset
impl FromWasmAbi for Pset
Source§impl IntoWasmAbi for Pset
impl IntoWasmAbi for Pset
Source§impl LongRefFromWasmAbi for Pset
impl LongRefFromWasmAbi for Pset
Source§impl OptionFromWasmAbi for Pset
impl OptionFromWasmAbi for Pset
Source§impl OptionIntoWasmAbi for Pset
impl OptionIntoWasmAbi for Pset
Source§impl RefFromWasmAbi for Pset
impl RefFromWasmAbi for Pset
Source§impl RefMutFromWasmAbi for Pset
impl RefMutFromWasmAbi for Pset
Source§impl TryFromJsValue for Pset
impl TryFromJsValue for Pset
Source§impl VectorFromWasmAbi for Pset
impl VectorFromWasmAbi for Pset
Source§impl VectorIntoWasmAbi for Pset
impl VectorIntoWasmAbi for Pset
impl StructuralPartialEq for Pset
impl SupportsConstructor for Pset
impl SupportsInstanceProperty for Pset
impl SupportsStaticProperty for Pset
Auto Trait Implementations§
impl Freeze for Pset
impl RefUnwindSafe for Pset
impl Send for Pset
impl Sync for Pset
impl Unpin for Pset
impl UnwindSafe for Pset
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt 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::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
.Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.