Struct fuel_core_client::client::schema::block::TimeParameters
source · pub struct TimeParameters {
pub start_time: U64,
pub block_time_interval: U64,
}
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.
source§impl Serialize for TimeParameters
impl Serialize for TimeParameters
source§impl Variable for TimeParameters
impl Variable for TimeParameters
const TYPE: VariableType = _
impl CoercesTo<Option<Option<TimeParameters>>> for TimeParameters
impl CoercesTo<Option<TimeParameters>> for TimeParameters
impl CoercesTo<Option<Vec<Option<TimeParameters>, Global>>> for TimeParameters
impl CoercesTo<Option<Vec<TimeParameters, Global>>> for TimeParameters
impl CoercesTo<TimeParameters> for TimeParameters
impl CoercesTo<Vec<TimeParameters, Global>> for TimeParameters
impl CoercesTo<Vec<Vec<TimeParameters, Global>, Global>> for TimeParameters
Auto Trait Implementations§
impl RefUnwindSafe for TimeParameters
impl Send for TimeParameters
impl Sync for TimeParameters
impl Unpin for TimeParameters
impl UnwindSafe for TimeParameters
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