pub struct WithdrawalBuilderResult(/* private fields */);Trait Implementations§
Source§impl AsRef<WithdrawalBuilderResult> for WithdrawalBuilderResult
impl AsRef<WithdrawalBuilderResult> for WithdrawalBuilderResult
Source§fn as_ref(&self) -> &WithdrawalBuilderResult
fn as_ref(&self) -> &WithdrawalBuilderResult
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for WithdrawalBuilderResult
impl Clone for WithdrawalBuilderResult
Source§fn clone(&self) -> WithdrawalBuilderResult
fn clone(&self) -> WithdrawalBuilderResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<WithdrawalBuilderResult> for JsValue
impl From<WithdrawalBuilderResult> for JsValue
Source§fn from(value: WithdrawalBuilderResult) -> Self
fn from(value: WithdrawalBuilderResult) -> Self
Converts to this type from the input type.
Source§impl From<WithdrawalBuilderResult> for WithdrawalBuilderResult
impl From<WithdrawalBuilderResult> for WithdrawalBuilderResult
Source§fn from(native: WithdrawalBuilderResult) -> Self
fn from(native: WithdrawalBuilderResult) -> Self
Converts to this type from the input type.
Source§impl Into<WithdrawalBuilderResult> for WithdrawalBuilderResult
impl Into<WithdrawalBuilderResult> for WithdrawalBuilderResult
Source§fn into(self) -> WithdrawalBuilderResult
fn into(self) -> WithdrawalBuilderResult
Converts this type into the (usually inferred) input type.
Source§impl RefFromWasmAbi for WithdrawalBuilderResult
impl RefFromWasmAbi for WithdrawalBuilderResult
Source§type Anchor = RcRef<WithdrawalBuilderResult>
type Anchor = RcRef<WithdrawalBuilderResult>
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§impl VectorFromWasmAbi for WithdrawalBuilderResult
impl VectorFromWasmAbi for WithdrawalBuilderResult
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WithdrawalBuilderResult]>
Source§impl VectorIntoJsValue for WithdrawalBuilderResult
impl VectorIntoJsValue for WithdrawalBuilderResult
fn vector_into_jsvalue(vector: Box<[WithdrawalBuilderResult]>) -> JsValue
Source§impl VectorIntoWasmAbi for WithdrawalBuilderResult
impl VectorIntoWasmAbi for WithdrawalBuilderResult
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WithdrawalBuilderResult]>) -> Self::Abi
Source§impl WasmDescribeVector for WithdrawalBuilderResult
impl WasmDescribeVector for WithdrawalBuilderResult
impl SupportsConstructor for WithdrawalBuilderResult
impl SupportsInstanceProperty for WithdrawalBuilderResult
impl SupportsStaticProperty for WithdrawalBuilderResult
Auto Trait Implementations§
impl Freeze for WithdrawalBuilderResult
impl RefUnwindSafe for WithdrawalBuilderResult
impl Send for WithdrawalBuilderResult
impl Sync for WithdrawalBuilderResult
impl Unpin for WithdrawalBuilderResult
impl UnwindSafe for WithdrawalBuilderResult
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§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::AbiSource§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.