Struct ChainExposureStateRefresh
pub struct ChainExposureStateRefresh {
pub full_rebuild: bool,
pub refreshed_expiries: Vec<f64>,
}Fields§
§full_rebuild: bool§refreshed_expiries: Vec<f64>Trait Implementations§
§impl Clone for ChainExposureStateRefresh
impl Clone for ChainExposureStateRefresh
§fn clone(&self) -> ChainExposureStateRefresh
fn clone(&self) -> ChainExposureStateRefresh
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ChainExposureStateRefresh
impl PartialEq for ChainExposureStateRefresh
impl StructuralPartialEq for ChainExposureStateRefresh
Auto Trait Implementations§
impl Freeze for ChainExposureStateRefresh
impl RefUnwindSafe for ChainExposureStateRefresh
impl Send for ChainExposureStateRefresh
impl Sync for ChainExposureStateRefresh
impl Unpin for ChainExposureStateRefresh
impl UnsafeUnpin for ChainExposureStateRefresh
impl UnwindSafe for ChainExposureStateRefresh
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)