Struct midgard_rs::ActionOut
source · pub struct ActionOut { /* private fields */ }Implementations§
source§impl ActionOut
impl ActionOut
pub const fn get_address(&self) -> &String
pub const fn get_coins(&self) -> &AssetAmounts
pub const fn get_height(&self) -> &u64
pub const fn get_tx_id(&self) -> &String
Trait Implementations§
source§impl<'de> Deserialize<'de> for ActionOut
impl<'de> Deserialize<'de> for ActionOut
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 ActionOut
impl RefUnwindSafe for ActionOut
impl Send for ActionOut
impl Sync for ActionOut
impl Unpin for ActionOut
impl UnwindSafe for ActionOut
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