pub struct GetAccountEndpoint { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for GetAccountEndpoint
impl Clone for GetAccountEndpoint
Source§fn clone(&self) -> GetAccountEndpoint
fn clone(&self) -> GetAccountEndpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetAccountEndpoint
impl Debug for GetAccountEndpoint
Source§impl Endpoint for GetAccountEndpoint
impl Endpoint for GetAccountEndpoint
type RenderRequestError = GetAccountEndpointError
type ParseResponseOutput = Account
type ParseResponseError = GetAccountEndpointError
fn render_request(&self) -> Result<Request<Body>, Self::RenderRequestError>
fn parse_response( &self, response: Response<Body>, ) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations§
impl Freeze for GetAccountEndpoint
impl RefUnwindSafe for GetAccountEndpoint
impl Send for GetAccountEndpoint
impl Sync for GetAccountEndpoint
impl Unpin for GetAccountEndpoint
impl UnwindSafe for GetAccountEndpoint
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