Struct wildland_http_client::evs::EvsClient
source · pub struct EvsClient { /* private fields */ }
Implementations§
source§impl EvsClient
impl EvsClient
pub fn new(base_url: String) -> 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 !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