Struct conjure_http::client::Endpoint
source · pub struct Endpoint { /* private fields */ }Expand description
Conjure-specific metadata about an endpoint.
This is included as an extension in all Requests passed to blocking and async Conjure clients.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Endpoint
impl Send for Endpoint
impl Sync for Endpoint
impl Unpin for Endpoint
impl UnwindSafe for Endpoint
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