Struct wildland_http_client::evs::EvsClient
source · [−]pub struct EvsClient { /* private fields */ }
Implementations
sourceimpl 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 RefUnwindSafe for EvsClient
impl Send for EvsClient
impl Sync for EvsClient
impl Unpin for EvsClient
impl UnwindSafe for EvsClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more