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