pub struct DecoStage {
pub stage_type: DecoStageType,
pub start_depth: Depth,
pub end_depth: Depth,
pub duration: Time,
pub gas: Gas,
}Fields§
§stage_type: DecoStageType§start_depth: Depth§end_depth: Depth§duration: Time§gas: GasTrait Implementations§
impl Copy for DecoStage
impl StructuralPartialEq for DecoStage
Auto Trait Implementations§
impl Freeze for DecoStage
impl RefUnwindSafe for DecoStage
impl Send for DecoStage
impl Sync for DecoStage
impl Unpin for DecoStage
impl UnwindSafe for DecoStage
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