Struct fuel_core_client::client::schema::block::ProduceBlockArgs
source · pub struct ProduceBlockArgs {
pub start_timestamp: Option<Tai64Timestamp>,
pub blocks_to_produce: U64,
}
Fields§
§start_timestamp: Option<Tai64Timestamp>
§blocks_to_produce: U64
Trait Implementations§
source§impl Debug for ProduceBlockArgs
impl Debug for ProduceBlockArgs
source§impl QueryVariables for ProduceBlockArgs
impl QueryVariables for ProduceBlockArgs
§type Fields = ProduceBlockArgsFields
type Fields = ProduceBlockArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for ProduceBlockArgs
impl Serialize for ProduceBlockArgs
impl VariableMatch<ProduceBlockArgs> for ProduceBlockArgs
Auto Trait Implementations§
impl RefUnwindSafe for ProduceBlockArgs
impl Send for ProduceBlockArgs
impl Sync for ProduceBlockArgs
impl Unpin for ProduceBlockArgs
impl UnwindSafe for ProduceBlockArgs
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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