Struct rcu_cell::RcuReader[][src]

pub struct RcuReader<T> { /* fields omitted */ }

Trait Implementations

impl<T> AsRef<T> for RcuReader<T>[src]

impl<T> Clone for RcuReader<T>[src]

impl<T: Debug> Debug for RcuReader<T>[src]

impl<T> Deref for RcuReader<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T> Drop for RcuReader<T>[src]

impl<T: Eq> Eq for RcuReader<T>[src]

impl<T: Ord> Ord for RcuReader<T>[src]

impl<T: PartialEq> PartialEq<RcuReader<T>> for RcuReader<T>[src]

impl<T: PartialOrd> PartialOrd<RcuReader<T>> for RcuReader<T>[src]

impl<T> Pointer for RcuReader<T>[src]

impl<T: Send> Send for RcuReader<T>[src]

impl<T: Sync> Sync for RcuReader<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for RcuReader<T> where
    T: RefUnwindSafe

impl<T> Unpin for RcuReader<T>

impl<T> UnwindSafe for RcuReader<T> where
    T: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.