pub struct ExecutionStepDetails {
pub type: ExecutionStepType,
pub fee: Option<Fee>,
}Fields§
§type: ExecutionStepType§fee: Option<Fee>Implementations§
Source§impl ExecutionStepDetails
impl ExecutionStepDetails
pub fn new(type: ExecutionStepType) -> ExecutionStepDetails
Trait Implementations§
Source§impl Clone for ExecutionStepDetails
impl Clone for ExecutionStepDetails
Source§fn clone(&self) -> ExecutionStepDetails
fn clone(&self) -> ExecutionStepDetails
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 ExecutionStepDetails
impl Debug for ExecutionStepDetails
Source§impl Default for ExecutionStepDetails
impl Default for ExecutionStepDetails
Source§fn default() -> ExecutionStepDetails
fn default() -> ExecutionStepDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExecutionStepDetails
impl<'de> Deserialize<'de> for ExecutionStepDetails
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 ExecutionStepDetails
impl PartialEq for ExecutionStepDetails
Source§impl Serialize for ExecutionStepDetails
impl Serialize for ExecutionStepDetails
impl StructuralPartialEq for ExecutionStepDetails
Auto Trait Implementations§
impl Freeze for ExecutionStepDetails
impl RefUnwindSafe for ExecutionStepDetails
impl Send for ExecutionStepDetails
impl Sync for ExecutionStepDetails
impl Unpin for ExecutionStepDetails
impl UnwindSafe for ExecutionStepDetails
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