pub struct PingEndpointBuilder {
http_client: HttpClientRef,
}
Expand description
Legacy endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl PingEndpointBuilder
impl PingEndpointBuilder
Sourcepub fn get(self) -> PingBuilder
pub fn get(self) -> PingBuilder
Ping the server.
https://api.mangadex.org/docs/swagger.html#/Infrastructure/get_ping
Trait Implementations§
Source§impl Clone for PingEndpointBuilder
impl Clone for PingEndpointBuilder
Source§fn clone(&self) -> PingEndpointBuilder
fn clone(&self) -> PingEndpointBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PingEndpointBuilder
impl !RefUnwindSafe for PingEndpointBuilder
impl !Send for PingEndpointBuilder
impl !Sync for PingEndpointBuilder
impl Unpin for PingEndpointBuilder
impl !UnwindSafe for PingEndpointBuilder
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