pub struct GetGlobalCommand<'a> { /* private fields */ }
Expand description
Retrieve a global command for an application.
Trait Implementations§
source§impl IntoFuture for GetGlobalCommand<'_>
impl IntoFuture for GetGlobalCommand<'_>
source§type Output = Result<Response<Command>, Error>
type Output = Result<Response<Command>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<Command>
type IntoFuture = ResponseFuture<Command>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
source§impl TryIntoRequest for GetGlobalCommand<'_>
impl TryIntoRequest for GetGlobalCommand<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetGlobalCommand<'a>
impl<'a> !RefUnwindSafe for GetGlobalCommand<'a>
impl<'a> Send for GetGlobalCommand<'a>
impl<'a> Sync for GetGlobalCommand<'a>
impl<'a> Unpin for GetGlobalCommand<'a>
impl<'a> !UnwindSafe for GetGlobalCommand<'a>
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