pub struct HostSupervisionParameters {
pub alpha_range: AlphaRange,
pub weights: HazardWeights,
pub thresholds: HostProxyThresholds,
pub structural: StructuralThresholds,
pub hazard_merge_mode: HazardMergeMode,
pub trust_behavior: TrustBehavior,
}Fields§
§alpha_range: AlphaRange§weights: HazardWeights§thresholds: HostProxyThresholds§structural: StructuralThresholds§hazard_merge_mode: HazardMergeMode§trust_behavior: TrustBehaviorTrait Implementations§
Source§impl Clone for HostSupervisionParameters
impl Clone for HostSupervisionParameters
Source§fn clone(&self) -> HostSupervisionParameters
fn clone(&self) -> HostSupervisionParameters
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 HostSupervisionParameters
impl Debug for HostSupervisionParameters
Source§impl<'de> Deserialize<'de> for HostSupervisionParameters
impl<'de> Deserialize<'de> for HostSupervisionParameters
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 HostSupervisionParameters
Auto Trait Implementations§
impl Freeze for HostSupervisionParameters
impl RefUnwindSafe for HostSupervisionParameters
impl Send for HostSupervisionParameters
impl Sync for HostSupervisionParameters
impl Unpin for HostSupervisionParameters
impl UnsafeUnpin for HostSupervisionParameters
impl UnwindSafe for HostSupervisionParameters
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