Struct rust_ipfs::dag::DagGetDeserialize
source · pub struct DagGetDeserialize<D> { /* private fields */ }
Trait Implementations§
source§impl<D> IntoFuture for DagGetDeserialize<D>where
D: DeserializeOwned,
impl<D> IntoFuture for DagGetDeserialize<D>where
D: DeserializeOwned,
§type IntoFuture = Pin<Box<dyn Future<Output = <DagGetDeserialize<D> as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DagGetDeserialize<D> as IntoFuture>::Output> + Send>>
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
Auto Trait Implementations§
impl<D> !RefUnwindSafe for DagGetDeserialize<D>
impl<D> Send for DagGetDeserialize<D>where
D: Send,
impl<D> Sync for DagGetDeserialize<D>where
D: Sync,
impl<D> Unpin for DagGetDeserialize<D>where
D: Unpin,
impl<D> !UnwindSafe for DagGetDeserialize<D>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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