Struct giton_core::decode::GPTResponse
source · pub struct GPTResponse {
pub status: ResponseStatus,
pub explanation: String,
pub commands: Vec<String>,
}
Fields§
§status: ResponseStatus
§explanation: String
§commands: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GPTResponse
impl Send for GPTResponse
impl Sync for GPTResponse
impl Unpin for GPTResponse
impl UnwindSafe for GPTResponse
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