Struct leetcode_tui_rs::graphql::run_code::RunCodeResponse
source · pub struct RunCodeResponse { /* private fields */ }
Trait Implementations§
source§impl Debug for RunCodeResponse
impl Debug for RunCodeResponse
source§impl<'de> Deserialize<'de> for RunCodeResponse
impl<'de> Deserialize<'de> for RunCodeResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl GQLLeetcodeQuery for RunCodeResponse
impl GQLLeetcodeQuery for RunCodeResponse
type T = RunResponse
fn is_post(&self) -> bool
source§fn get_endpoint(&self) -> String
fn get_endpoint(&self) -> String
Default graphql endpoint
fn get_body(&self) -> Value
fn send<'life0, 'life1, 'async_trait>( &'life0 self, client: &'life1 Client ) -> Pin<Box<dyn Future<Output = AppResult<Self::T>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for RunCodeResponse
impl Send for RunCodeResponse
impl Sync for RunCodeResponse
impl Unpin for RunCodeResponse
impl UnwindSafe for RunCodeResponse
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