pub struct TickConfigs {
pub blockmakers: Option<Vec<SubnetBlockmakers>>,
}Fields§
§blockmakers: Option<Vec<SubnetBlockmakers>>Trait Implementations§
Source§impl Clone for TickConfigs
impl Clone for TickConfigs
Source§fn clone(&self) -> TickConfigs
fn clone(&self) -> TickConfigs
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 TickConfigs
impl Debug for TickConfigs
Source§impl Default for TickConfigs
impl Default for TickConfigs
Source§fn default() -> TickConfigs
fn default() -> TickConfigs
Returns the “default value” for a type. Read more
Source§impl From<TickConfigs> for RawTickConfigs
impl From<TickConfigs> for RawTickConfigs
Source§fn from(tick_configs: TickConfigs) -> Self
fn from(tick_configs: TickConfigs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TickConfigs
impl RefUnwindSafe for TickConfigs
impl Send for TickConfigs
impl Sync for TickConfigs
impl Unpin for TickConfigs
impl UnwindSafe for TickConfigs
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