Struct rust_ipfs::p2p::ProviderStream
source · pub struct ProviderStream(pub BoxStream<'static, PeerId>);
Tuple Fields§
§0: BoxStream<'static, PeerId>
Trait Implementations§
source§impl Debug for ProviderStream
impl Debug for ProviderStream
source§impl Deref for ProviderStream
impl Deref for ProviderStream
Auto Trait Implementations§
impl !RefUnwindSafe for ProviderStream
impl Send for ProviderStream
impl !Sync for ProviderStream
impl Unpin for ProviderStream
impl !UnwindSafe for ProviderStream
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