pub struct FollowNewsChannel<'a> { /* private fields */ }
Expand description
Follow a news channel by Id<ChannelMarker>
s.
Trait Implementations§
source§impl IntoFuture for FollowNewsChannel<'_>
impl IntoFuture for FollowNewsChannel<'_>
source§type Output = Result<Response<FollowedChannel>, Error>
type Output = Result<Response<FollowedChannel>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<FollowedChannel>
type IntoFuture = ResponseFuture<FollowedChannel>
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 FollowNewsChannel<'_>
impl TryIntoRequest for FollowNewsChannel<'_>
Auto Trait Implementations§
impl<'a> Freeze for FollowNewsChannel<'a>
impl<'a> !RefUnwindSafe for FollowNewsChannel<'a>
impl<'a> Send for FollowNewsChannel<'a>
impl<'a> Sync for FollowNewsChannel<'a>
impl<'a> Unpin for FollowNewsChannel<'a>
impl<'a> !UnwindSafe for FollowNewsChannel<'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