Struct rust_ipfs::repo::RepoInsertPin
source · pub struct RepoInsertPin { /* private fields */ }
Implementations§
Trait Implementations§
source§impl IntoFuture for RepoInsertPin
impl IntoFuture for RepoInsertPin
§type IntoFuture = Pin<Box<dyn Future<Output = <RepoInsertPin as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <RepoInsertPin 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 !RefUnwindSafe for RepoInsertPin
impl Send for RepoInsertPin
impl Sync for RepoInsertPin
impl Unpin for RepoInsertPin
impl !UnwindSafe for RepoInsertPin
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