Struct ChainFlowStateRefresh
pub struct ChainFlowStateRefresh {
pub full_rebuild: bool,
pub refreshed_expiries: Vec<f64>,
}Fields§
§full_rebuild: bool§refreshed_expiries: Vec<f64>Trait Implementations§
§impl Clone for ChainFlowStateRefresh
impl Clone for ChainFlowStateRefresh
§fn clone(&self) -> ChainFlowStateRefresh
fn clone(&self) -> ChainFlowStateRefresh
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ChainFlowStateRefresh
impl PartialEq for ChainFlowStateRefresh
impl StructuralPartialEq for ChainFlowStateRefresh
Auto Trait Implementations§
impl Freeze for ChainFlowStateRefresh
impl RefUnwindSafe for ChainFlowStateRefresh
impl Send for ChainFlowStateRefresh
impl Sync for ChainFlowStateRefresh
impl Unpin for ChainFlowStateRefresh
impl UnsafeUnpin for ChainFlowStateRefresh
impl UnwindSafe for ChainFlowStateRefresh
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)