pub struct ExtensionFutureResult<'c, E, T, C: ?Sized> { /* private fields */ }
Available on crate feature
serde-extensions
only.Expand description
A future of an ExtensionResult
.
Implementations§
Trait Implementations§
Source§impl<'c, E, T, C> From<FutureResult<'c, SerdeExtension, C>> for ExtensionFutureResult<'c, E, T, C>where
C: PollClient + ?Sized,
impl<'c, E, T, C> From<FutureResult<'c, SerdeExtension, C>> for ExtensionFutureResult<'c, E, T, C>where
C: PollClient + ?Sized,
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, E, T, C> Freeze for ExtensionFutureResult<'c, E, T, C>where
C: ?Sized,
impl<'c, E, T, C> RefUnwindSafe for ExtensionFutureResult<'c, E, T, C>
impl<'c, E, T, C> Send for ExtensionFutureResult<'c, E, T, C>
impl<'c, E, T, C> Sync for ExtensionFutureResult<'c, E, T, C>
impl<'c, E, T, C> Unpin for ExtensionFutureResult<'c, E, T, C>
impl<'c, E, T, C> !UnwindSafe for ExtensionFutureResult<'c, E, 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