Struct ipfs_api_prelude::request::DhtFindPeer [−][src]
pub struct DhtFindPeer<'a> {
pub peer: &'a str,
}
Fields
peer: &'a str
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DhtFindPeer<'a>
impl<'a> Send for DhtFindPeer<'a>
impl<'a> Sync for DhtFindPeer<'a>
impl<'a> Unpin for DhtFindPeer<'a>
impl<'a> UnwindSafe for DhtFindPeer<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more