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