pub struct GetCurrentUserConnections<'a> { /* private fields */ }
Expand description
Get the current user’s connections.
Requires the connections
OAuth2
scope.
Trait Implementations§
source§impl IntoFuture for GetCurrentUserConnections<'_>
impl IntoFuture for GetCurrentUserConnections<'_>
source§type Output = Result<Response<ListBody<Connection>>, Error>
type Output = Result<Response<ListBody<Connection>>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<ListBody<Connection>>
type IntoFuture = ResponseFuture<ListBody<Connection>>
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 GetCurrentUserConnections<'_>
impl TryIntoRequest for GetCurrentUserConnections<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetCurrentUserConnections<'a>
impl<'a> !RefUnwindSafe for GetCurrentUserConnections<'a>
impl<'a> Send for GetCurrentUserConnections<'a>
impl<'a> Sync for GetCurrentUserConnections<'a>
impl<'a> Unpin for GetCurrentUserConnections<'a>
impl<'a> !UnwindSafe for GetCurrentUserConnections<'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