pub struct StylometryResult {
pub dominant: String,
pub percentages: HashMap<String, f32>,
pub explanations: HashMap<String, String>,
}Fields§
§dominant: String§percentages: HashMap<String, f32>§explanations: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StylometryResult
impl RefUnwindSafe for StylometryResult
impl Send for StylometryResult
impl Sync for StylometryResult
impl Unpin for StylometryResult
impl UnwindSafe for StylometryResult
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