pub struct RiskInput {
pub unicode_risk: f32,
pub confusable_risk: f32,
pub semantic_risk: f32,
}Fields§
§unicode_risk: f32§confusable_risk: f32§semantic_risk: f32Auto Trait Implementations§
impl Freeze for RiskInput
impl RefUnwindSafe for RiskInput
impl Send for RiskInput
impl Sync for RiskInput
impl Unpin for RiskInput
impl UnsafeUnpin for RiskInput
impl UnwindSafe for RiskInput
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