pub struct SyntheticDepositCredits {
pub amount: u64,
pub acme_refund_amount: String,
pub is_refund: bool,
}Fields§
§amount: u64§acme_refund_amount: String§is_refund: boolTrait Implementations§
Source§impl Clone for SyntheticDepositCredits
impl Clone for SyntheticDepositCredits
Source§fn clone(&self) -> SyntheticDepositCredits
fn clone(&self) -> SyntheticDepositCredits
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 Debug for SyntheticDepositCredits
impl Debug for SyntheticDepositCredits
Source§impl<'de> Deserialize<'de> for SyntheticDepositCredits
impl<'de> Deserialize<'de> for SyntheticDepositCredits
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SyntheticDepositCredits
impl PartialEq for SyntheticDepositCredits
Source§impl Serialize for SyntheticDepositCredits
impl Serialize for SyntheticDepositCredits
impl StructuralPartialEq for SyntheticDepositCredits
Auto Trait Implementations§
impl Freeze for SyntheticDepositCredits
impl RefUnwindSafe for SyntheticDepositCredits
impl Send for SyntheticDepositCredits
impl Sync for SyntheticDepositCredits
impl Unpin for SyntheticDepositCredits
impl UnsafeUnpin for SyntheticDepositCredits
impl UnwindSafe for SyntheticDepositCredits
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