[−][src]Struct jsonrpc_v2::Data 
Data/state storage container
Methods
impl<T> Data<T>[src]
Trait Implementations
impl<T: Send + Sync + 'static> FromRequest for Data<T>[src]
fn from_request<'life0, 'async_trait>(
    req: &'life0 RequestObjectWithData
) -> Pin<Box<dyn Future<Output = Result<Self, Error>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, [src]
req: &'life0 RequestObjectWithData
) -> Pin<Box<dyn Future<Output = Result<Self, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
impl<T> Deref for Data<T>[src]
Auto Trait Implementations
impl<T> Send for Data<T> where
    T: Send + Sync, 
T: Send + Sync,
impl<T> Sync for Data<T> where
    T: Send + Sync, 
T: Send + Sync,
impl<T> Unpin for Data<T>
impl<T> UnwindSafe for Data<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
impl<T> RefUnwindSafe for Data<T> where
    T: RefUnwindSafe, 
T: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = !
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<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<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
V: MultiLane<T>,
fn vzip(self) -> V
impl<T, A, P> Access<T> for P where
    A: Access<T>,
    P: Deref<Target = A>, [src]
A: Access<T>,
P: Deref<Target = A>,
type Guard = <A as Access<T>>::Guard
A guard object containing the value and keeping it alive. Read more
fn load(&self) -> <P as Access<T>>::Guard[src]
impl<T, A> DynAccess<T> for A where
    A: Access<T>,
    <A as Access<T>>::Guard: 'static, [src]
A: Access<T>,
<A as Access<T>>::Guard: 'static,