pub struct GoogleAiCitation {
pub citationSources: Vec<GoogleAiCitationSource>,
}Fields§
§citationSources: Vec<GoogleAiCitationSource>Trait Implementations§
Source§impl DeJson for GoogleAiCitation
impl DeJson for GoogleAiCitation
Source§impl Debug for GoogleAiCitation
impl Debug for GoogleAiCitation
Source§impl SerJson for GoogleAiCitation
impl SerJson for GoogleAiCitation
fn ser_json(&self, d: usize, s: &mut SerJsonState)
fn serialize_json(&self) -> String
Auto Trait Implementations§
impl Freeze for GoogleAiCitation
impl RefUnwindSafe for GoogleAiCitation
impl Send for GoogleAiCitation
impl Sync for GoogleAiCitation
impl Unpin for GoogleAiCitation
impl UnwindSafe for GoogleAiCitation
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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