pub struct TypingResultStatisticsTarget { /* private fields */ }๐Deprecated: Use
EntitySummaryStatistics instead.Implementationsยง
Sourceยงimpl TypingResultStatisticsTarget
impl TypingResultStatisticsTarget
pub fn whole_count(&self) -> usize
pub fn completely_correct_count(&self) -> usize
pub fn missed_count(&self) -> usize
Trait Implementationsยง
Sourceยงimpl Clone for TypingResultStatisticsTarget
impl Clone for TypingResultStatisticsTarget
Sourceยงfn clone(&self) -> TypingResultStatisticsTarget
fn clone(&self) -> TypingResultStatisticsTarget
Returns a copy 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<'de> Deserialize<'de> for TypingResultStatisticsTarget
impl<'de> Deserialize<'de> for TypingResultStatisticsTarget
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
Sourceยงimpl Hash for TypingResultStatisticsTarget
impl Hash for TypingResultStatisticsTarget
Sourceยงimpl PartialEq for TypingResultStatisticsTarget
impl PartialEq for TypingResultStatisticsTarget
Sourceยงfn eq(&self, other: &TypingResultStatisticsTarget) -> bool
fn eq(&self, other: &TypingResultStatisticsTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TypingResultStatisticsTarget
impl StructuralPartialEq for TypingResultStatisticsTarget
Auto Trait Implementationsยง
impl Freeze for TypingResultStatisticsTarget
impl RefUnwindSafe for TypingResultStatisticsTarget
impl Send for TypingResultStatisticsTarget
impl Sync for TypingResultStatisticsTarget
impl Unpin for TypingResultStatisticsTarget
impl UnwindSafe for TypingResultStatisticsTarget
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