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