Enum giton_core::decode::GPTResult
source · pub enum GPTResult {
Success(GPTResponse),
Failure(String),
}
Variants§
Success(GPTResponse)
Failure(String)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GPTResult
impl Send for GPTResult
impl Sync for GPTResult
impl Unpin for GPTResult
impl UnwindSafe for GPTResult
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