pub struct ClassifiedRankedNode {
pub ranked: RankedNode,
pub classification: ContentClassification,
}Expand description
One ranked file row with its persisted content role.
Fields§
§ranked: RankedNodeExisting compatibility-preserving ranked node payload.
classification: ContentClassificationRegistry-owned role of the ranked file.
Trait Implementations§
Source§impl Debug for ClassifiedRankedNode
impl Debug for ClassifiedRankedNode
Source§impl Deref for ClassifiedRankedNode
impl Deref for ClassifiedRankedNode
Auto Trait Implementations§
impl Freeze for ClassifiedRankedNode
impl RefUnwindSafe for ClassifiedRankedNode
impl Send for ClassifiedRankedNode
impl Sync for ClassifiedRankedNode
impl Unpin for ClassifiedRankedNode
impl UnsafeUnpin for ClassifiedRankedNode
impl UnwindSafe for ClassifiedRankedNode
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