pub struct EvsClient { /* private fields */ }Implementations§
Source§impl EvsClient
impl EvsClient
pub fn new(base_url: &str) -> Self
pub fn confirm_token( &self, request: ConfirmTokenReq, ) -> Result<(), WildlandHttpClientError>
pub fn get_storage( &self, request: GetStorageReq, ) -> Result<GetStorageRes, WildlandHttpClientError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvsClient
impl !RefUnwindSafe for EvsClient
impl !Send for EvsClient
impl !Sync for EvsClient
impl Unpin for EvsClient
impl !UnwindSafe for EvsClient
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