Struct pchain_types::runtime::WithdrawDepositInput
source · pub struct WithdrawDepositInput { /* private fields */ }Trait Implementations§
source§impl BorshDeserialize for WithdrawDepositInputwhere
PublicAddress: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for WithdrawDepositInputwhere PublicAddress: BorshDeserialize, u64: BorshDeserialize,
fn deserialize_reader<R: Read>(reader: &mut R) -> Result<Self, Error>
source§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
source§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where R: Read,
source§impl BorshSerialize for WithdrawDepositInputwhere
PublicAddress: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for WithdrawDepositInputwhere PublicAddress: BorshSerialize, u64: BorshSerialize,
source§impl Clone for WithdrawDepositInput
impl Clone for WithdrawDepositInput
source§fn clone(&self) -> WithdrawDepositInput
fn clone(&self) -> WithdrawDepositInput
Returns a copy 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 Debug for WithdrawDepositInput
impl Debug for WithdrawDepositInput
source§impl PartialEq<WithdrawDepositInput> for WithdrawDepositInput
impl PartialEq<WithdrawDepositInput> for WithdrawDepositInput
source§fn eq(&self, other: &WithdrawDepositInput) -> bool
fn eq(&self, other: &WithdrawDepositInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serializable for WithdrawDepositInput
impl Serializable for WithdrawDepositInput
impl Eq for WithdrawDepositInput
impl StructuralEq for WithdrawDepositInput
impl StructuralPartialEq for WithdrawDepositInput
Auto Trait Implementations§
impl RefUnwindSafe for WithdrawDepositInput
impl Send for WithdrawDepositInput
impl Sync for WithdrawDepositInput
impl Unpin for WithdrawDepositInput
impl UnwindSafe for WithdrawDepositInput
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