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