Struct fns_api_client::client::OpenApiClient
source · pub struct OpenApiClient { /* private fields */ }Implementations§
source§impl OpenApiClient
impl OpenApiClient
pub fn new(master_token: &String) -> Self
pub async fn get_ticket( &self, check_query: impl CheckQueryTrait ) -> Result<Box<dyn TicketResponseTrait>, OpenApiClientError>
Auto Trait Implementations§
impl Freeze for OpenApiClient
impl !RefUnwindSafe for OpenApiClient
impl Send for OpenApiClient
impl Sync for OpenApiClient
impl Unpin for OpenApiClient
impl !UnwindSafe for OpenApiClient
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