pub struct GetServerTimeRequest { /* private fields */ }
Expand description
Implementations§
Source§impl GetServerTimeRequest
impl GetServerTimeRequest
pub async fn execute<T: DeserializeOwned>(self) -> Result<T>
pub async fn send(self) -> Result<GetServerTimeResponse>
Auto Trait Implementations§
impl Freeze for GetServerTimeRequest
impl !RefUnwindSafe for GetServerTimeRequest
impl Send for GetServerTimeRequest
impl Sync for GetServerTimeRequest
impl Unpin for GetServerTimeRequest
impl !UnwindSafe for GetServerTimeRequest
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