pub struct NormalizedAttempt<'a> {
pub event_id: Key,
pub attempt_id: Key,
pub cohort_id: Key,
pub source_object: ObjectId,
pub clip_object: ObjectId,
pub segment_ordinal: u16,
pub provider_result_object: ObjectId,
pub recording_quality: Option<u8>,
pub normalized_response: &'a str,
}Fields§
§event_id: Key§attempt_id: Key§cohort_id: Key§source_object: ObjectId§clip_object: ObjectId§segment_ordinal: u16§provider_result_object: ObjectId§recording_quality: Option<u8>§normalized_response: &'a strTrait Implementations§
Source§impl<'a> Clone for NormalizedAttempt<'a>
impl<'a> Clone for NormalizedAttempt<'a>
Source§fn clone(&self) -> NormalizedAttempt<'a>
fn clone(&self) -> NormalizedAttempt<'a>
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 moreSource§impl<'a> Debug for NormalizedAttempt<'a>
impl<'a> Debug for NormalizedAttempt<'a>
impl<'a> Eq for NormalizedAttempt<'a>
Source§impl<'a> PartialEq for NormalizedAttempt<'a>
impl<'a> PartialEq for NormalizedAttempt<'a>
impl<'a> StructuralPartialEq for NormalizedAttempt<'a>
Auto Trait Implementations§
impl<'a> Freeze for NormalizedAttempt<'a>
impl<'a> RefUnwindSafe for NormalizedAttempt<'a>
impl<'a> Send for NormalizedAttempt<'a>
impl<'a> Sync for NormalizedAttempt<'a>
impl<'a> Unpin for NormalizedAttempt<'a>
impl<'a> UnsafeUnpin for NormalizedAttempt<'a>
impl<'a> UnwindSafe for NormalizedAttempt<'a>
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