pub struct CombinedSystemConfig {
pub system: SystemConfig,
pub algorithm: <DefaultTimeSyncController<DefaultNtpClock, PeerId> as TimeSyncController<DefaultNtpClock, PeerId>>::AlgorithmConfig,
}Fields§
§system: SystemConfig§algorithm: <DefaultTimeSyncController<DefaultNtpClock, PeerId> as TimeSyncController<DefaultNtpClock, PeerId>>::AlgorithmConfigTrait Implementations§
Source§impl Clone for CombinedSystemConfig
impl Clone for CombinedSystemConfig
Source§fn clone(&self) -> CombinedSystemConfig
fn clone(&self) -> CombinedSystemConfig
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 CombinedSystemConfig
impl Debug for CombinedSystemConfig
Source§impl Default for CombinedSystemConfig
impl Default for CombinedSystemConfig
Source§fn default() -> CombinedSystemConfig
fn default() -> CombinedSystemConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CombinedSystemConfig
impl<'de> Deserialize<'de> for CombinedSystemConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for CombinedSystemConfig
Auto Trait Implementations§
impl Freeze for CombinedSystemConfig
impl RefUnwindSafe for CombinedSystemConfig
impl Send for CombinedSystemConfig
impl Sync for CombinedSystemConfig
impl Unpin for CombinedSystemConfig
impl UnwindSafe for CombinedSystemConfig
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