Struct fiberplane_api_client::clients::ApiClient
source · pub struct ApiClient {
pub client: Client,
pub server: Url,
}Fields§
§client: Client§server: UrlImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ApiClient
impl Send for ApiClient
impl Sync for ApiClient
impl Unpin for ApiClient
impl !UnwindSafe for ApiClient
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