pub struct LabRow {
pub source: CorpusSource,
pub domain: String,
pub family: String,
pub intent: Option<String>,
pub current_tier: u8,
pub known_limit: String,
}Expand description
Ingested compatibility row.
Fields§
§source: CorpusSourceRow source.
domain: StringDomain identifier from matrix.
family: StringFamily identifier from matrix.
intent: Option<String>Optional intent identifier.
current_tier: u8Current support tier.
known_limit: StringKnown limit category.
Trait Implementations§
impl Eq for LabRow
impl StructuralPartialEq for LabRow
Auto Trait Implementations§
impl Freeze for LabRow
impl RefUnwindSafe for LabRow
impl Send for LabRow
impl Sync for LabRow
impl Unpin for LabRow
impl UnsafeUnpin for LabRow
impl UnwindSafe for LabRow
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