Struct midgard_rs::ActionMetadataRefund
source · pub struct ActionMetadataRefund { /* private fields */ }Implementations§
source§impl ActionMetadataRefund
impl ActionMetadataRefund
pub const fn get_network_fees(&self) -> &AssetAmounts
pub const fn get_reason(&self) -> &String
pub const fn get_memo(&self) -> &String
pub const fn get_affiliate_fee(&self) -> &u64
pub const fn get_affiliate_address(&self) -> &String
Trait Implementations§
source§impl Clone for ActionMetadataRefund
impl Clone for ActionMetadataRefund
source§fn clone(&self) -> ActionMetadataRefund
fn clone(&self) -> ActionMetadataRefund
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 ActionMetadataRefund
impl Debug for ActionMetadataRefund
source§impl Default for ActionMetadataRefund
impl Default for ActionMetadataRefund
source§fn default() -> ActionMetadataRefund
fn default() -> ActionMetadataRefund
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ActionMetadataRefund
impl<'de> Deserialize<'de> for ActionMetadataRefund
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
Auto Trait Implementations§
impl Freeze for ActionMetadataRefund
impl RefUnwindSafe for ActionMetadataRefund
impl Send for ActionMetadataRefund
impl Sync for ActionMetadataRefund
impl Unpin for ActionMetadataRefund
impl UnwindSafe for ActionMetadataRefund
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