pub struct CountTokenResponse {
pub total_tokens: i32,
}Fields§
§total_tokens: i32Auto Trait Implementations§
impl Freeze for CountTokenResponse
impl RefUnwindSafe for CountTokenResponse
impl Send for CountTokenResponse
impl Sync for CountTokenResponse
impl Unpin for CountTokenResponse
impl UnwindSafe for CountTokenResponse
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