pub struct SpeakerReview {
pub clean: bool,
pub confirmation_state: ConfirmationState,
pub observation_count: usize,
}Expand description
Bounded review summary for one classifier-aware recording.
Fields§
§clean: bool§confirmation_state: ConfirmationState§observation_count: usizeTrait Implementations§
Source§impl Clone for SpeakerReview
impl Clone for SpeakerReview
Source§fn clone(&self) -> SpeakerReview
fn clone(&self) -> SpeakerReview
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpeakerReview
impl RefUnwindSafe for SpeakerReview
impl Send for SpeakerReview
impl Sync for SpeakerReview
impl Unpin for SpeakerReview
impl UnsafeUnpin for SpeakerReview
impl UnwindSafe for SpeakerReview
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