pub struct FutureResult<'c, T, C>where
C: PollClient + ?Sized,{ /* private fields */ }
Implementations§
Source§impl<'c, T, C> FutureResult<'c, T, C>where
T: ReplyVariant,
C: PollClient,
impl<'c, T, C> FutureResult<'c, T, C>where
T: ReplyVariant,
C: PollClient,
Trait Implementations§
Source§impl<'c, E, T, C> From<FutureResult<'c, SerdeExtension, C>> for ExtensionFutureResult<'c, E, T, C>where
C: PollClient + ?Sized,
Available on crate feature serde-extensions
only.
impl<'c, E, T, C> From<FutureResult<'c, SerdeExtension, C>> for ExtensionFutureResult<'c, E, T, C>where
C: PollClient + ?Sized,
Available on crate feature
serde-extensions
only.Source§fn from(result: FutureResult<'c, SerdeExtension, C>) -> Self
fn from(result: FutureResult<'c, SerdeExtension, C>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'c, T, C> Freeze for FutureResult<'c, T, C>where
C: ?Sized,
impl<'c, T, C> RefUnwindSafe for FutureResult<'c, T, C>
impl<'c, T, C> Send for FutureResult<'c, T, C>
impl<'c, T, C> Sync for FutureResult<'c, T, C>
impl<'c, T, C> Unpin for FutureResult<'c, T, C>
impl<'c, T, C> !UnwindSafe for FutureResult<'c, T, C>
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