Struct midgard_rs::Action
source · pub struct Action { /* private fields */ }Implementations§
source§impl Action
impl Action
pub const fn get_date(&self) -> &DateTime<Utc>
pub const fn get_height(&self) -> &u64
pub const fn get_action_ins(&self) -> &ActionIns
pub const fn get_metadata(&self) -> &ActionMetadata
pub const fn get_action_outs(&self) -> &ActionOuts
pub const fn get_pools(&self) -> &Vec<String>
pub const fn get_status(&self) -> &String
pub const fn get_action_type(&self) -> &ActionType
Trait Implementations§
source§impl<'de> Deserialize<'de> for Action
impl<'de> Deserialize<'de> for Action
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 Action
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnwindSafe for Action
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