pub struct RaysenseConfig {
pub scan: ScanConfig,
pub rules: RuleConfig,
pub boundaries: BoundaryConfig,
pub score: ScoreConfig,
pub grades: GradeThresholds,
}Fields§
§scan: ScanConfig§rules: RuleConfig§boundaries: BoundaryConfig§score: ScoreConfig§grades: GradeThresholdsImplementations§
Trait Implementations§
Source§impl Clone for RaysenseConfig
impl Clone for RaysenseConfig
Source§fn clone(&self) -> RaysenseConfig
fn clone(&self) -> RaysenseConfig
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 RaysenseConfig
impl Debug for RaysenseConfig
Source§impl Default for RaysenseConfig
impl Default for RaysenseConfig
Source§fn default() -> RaysenseConfig
fn default() -> RaysenseConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RaysenseConfigwhere
RaysenseConfig: Default,
impl<'de> Deserialize<'de> for RaysenseConfigwhere
RaysenseConfig: Default,
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
Auto Trait Implementations§
impl Freeze for RaysenseConfig
impl RefUnwindSafe for RaysenseConfig
impl Send for RaysenseConfig
impl Sync for RaysenseConfig
impl Unpin for RaysenseConfig
impl UnsafeUnpin for RaysenseConfig
impl UnwindSafe for RaysenseConfig
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