pub struct IdentityApi { /* private fields */ }Expand description
Bindings for Requestor part of the Identity API.
Implementations§
Trait Implementations§
Source§impl Clone for IdentityApi
impl Clone for IdentityApi
Source§fn clone(&self) -> IdentityApi
fn clone(&self) -> IdentityApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl WebInterface for IdentityApi
impl WebInterface for IdentityApi
const API_URL_ENV_VAR: &'static str = "YAGNA_IDENTITY_URL"
const API_SUFFIX: &'static str = ""
fn from_client(client: WebClient) -> Self
fn rebase_service_url(base_url: Rc<Url>) -> Result<Rc<Url>>
Auto Trait Implementations§
impl Freeze for IdentityApi
impl !RefUnwindSafe for IdentityApi
impl !Send for IdentityApi
impl !Sync for IdentityApi
impl Unpin for IdentityApi
impl !UnwindSafe for IdentityApi
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