pub enum AtrributionSourceId {
GroundingPassageId {
passage_id: String,
part_index: String,
},
SemanticRetrieverChunk {
source: String,
chunk: String,
},
}Variants§
Trait Implementations§
Source§impl Debug for AtrributionSourceId
impl Debug for AtrributionSourceId
Source§impl<'de> Deserialize<'de> for AtrributionSourceId
impl<'de> Deserialize<'de> for AtrributionSourceId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AtrributionSourceId
impl RefUnwindSafe for AtrributionSourceId
impl Send for AtrributionSourceId
impl Sync for AtrributionSourceId
impl Unpin for AtrributionSourceId
impl UnwindSafe for AtrributionSourceId
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