[−][src]Struct cashweb_keyserver_client::SampleResponse
Response to a sample query.
Fields
response: Option<(Uri, R)>Paired Uri and response.
errors: Vec<(Uri, E)>The errors paired with the Uri of the keyserver they originated at.
Implementations
impl<R, E> SampleResponse<R, E> where
R: Debug,
E: Debug, [src]
R: Debug,
E: Debug,
pub fn select<F: FnOnce(Vec<(Uri, R)>) -> Option<(Uri, R)>>(
responses: Vec<(Uri, Result<R, E>)>,
selector: F
) -> Self[src]
responses: Vec<(Uri, Result<R, E>)>,
selector: F
) -> Self
Create a sample response from a list of results.
Trait Implementations
impl<R: Clone, E: Clone> Clone for SampleResponse<R, E>[src]
fn clone(&self) -> SampleResponse<R, E>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<R: Debug, E: Debug> Debug for SampleResponse<R, E>[src]
impl<R: Eq, E: Eq> Eq for SampleResponse<R, E>[src]
impl<R: PartialEq, E: PartialEq> PartialEq<SampleResponse<R, E>> for SampleResponse<R, E>[src]
fn eq(&self, other: &SampleResponse<R, E>) -> bool[src]
fn ne(&self, other: &SampleResponse<R, E>) -> bool[src]
impl<R, E> StructuralEq for SampleResponse<R, E>[src]
impl<R, E> StructuralPartialEq for SampleResponse<R, E>[src]
Auto Trait Implementations
impl<R, E> RefUnwindSafe for SampleResponse<R, E> where
E: RefUnwindSafe,
R: RefUnwindSafe,
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, E> Send for SampleResponse<R, E> where
E: Send,
R: Send,
E: Send,
R: Send,
impl<R, E> Sync for SampleResponse<R, E> where
E: Sync,
R: Sync,
E: Sync,
R: Sync,
impl<R, E> Unpin for SampleResponse<R, E> where
E: Unpin,
R: Unpin,
E: Unpin,
R: Unpin,
impl<R, E> UnwindSafe for SampleResponse<R, E> where
E: UnwindSafe,
R: UnwindSafe,
E: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,