pub struct EntityClient {
pub http_client: HttpClient,
}Fields§
§http_client: HttpClientImplementations§
Source§impl EntityClient
impl EntityClient
pub fn new(config: ClientConfig) -> Result<Self, ApiError>
Auto Trait Implementations§
impl Freeze for EntityClient
impl !RefUnwindSafe for EntityClient
impl Send for EntityClient
impl Sync for EntityClient
impl Unpin for EntityClient
impl !UnwindSafe for EntityClient
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