Struct tfl_api_wrapper::client::Client
source · pub struct Client {
pub app_key: String,
pub req_client: Client,
}
Fields§
§app_key: String
§req_client: Client
Implementations§
source§impl Client
impl Client
pub fn new(app_key: String) -> Self
pub fn api_version(&self) -> VersionRequest<'_>
Auto Trait Implementations§
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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