pub struct TranscriptContextPct {
pub pct: Option<f64>,
pub diagnostic: Option<TranscriptContextPctDiagnostic>,
}Expand description
Pure transcript context-% policy result.
Fields§
§pct: Option<f64>§diagnostic: Option<TranscriptContextPctDiagnostic>Trait Implementations§
Source§impl Clone for TranscriptContextPct
impl Clone for TranscriptContextPct
Source§fn clone(&self) -> TranscriptContextPct
fn clone(&self) -> TranscriptContextPct
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 moreimpl Copy for TranscriptContextPct
Source§impl Debug for TranscriptContextPct
impl Debug for TranscriptContextPct
Source§impl PartialEq for TranscriptContextPct
impl PartialEq for TranscriptContextPct
impl StructuralPartialEq for TranscriptContextPct
Auto Trait Implementations§
impl Freeze for TranscriptContextPct
impl RefUnwindSafe for TranscriptContextPct
impl Send for TranscriptContextPct
impl Sync for TranscriptContextPct
impl Unpin for TranscriptContextPct
impl UnsafeUnpin for TranscriptContextPct
impl UnwindSafe for TranscriptContextPct
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