pub struct NetApi { /* private fields */ }Expand description
Bindings for Requestor part of the Net API.
Implementations§
Trait Implementations§
Source§impl WebInterface for NetApi
impl WebInterface for NetApi
const API_URL_ENV_VAR: &'static str = "YAGNA_NET_URL"
const API_SUFFIX: &'static str = ya_client_model::net::NET_API_V2_NET_PATH
fn from_client(client: WebClient) -> Self
fn rebase_service_url(base_url: Rc<Url>) -> Result<Rc<Url>>
Auto Trait Implementations§
impl Freeze for NetApi
impl !RefUnwindSafe for NetApi
impl !Send for NetApi
impl !Sync for NetApi
impl Unpin for NetApi
impl !UnwindSafe for NetApi
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