Struct fuel_gql_client::client::schema::block::TimeParameters
source · Fields§
§start_time: U64
§block_time_interval: U64
Trait Implementations§
source§impl Clone for TimeParameters
impl Clone for TimeParameters
source§fn clone(&self) -> TimeParameters
fn clone(&self) -> TimeParameters
Returns a copy 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 TimeParameters
impl Debug for TimeParameters
source§impl InputObject for TimeParameters
impl InputObject for TimeParameters
§type SchemaType = TimeParameters
type SchemaType = TimeParameters
The input object in the schema that this type represents.