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