[][src]Struct rc_u8_reader::RcRefCellU8Reader

pub struct RcRefCellU8Reader<T: AsRef<[u8]> + ?Sized> { /* fields omitted */ }

Methods

impl<T: AsRef<[u8]> + ?Sized> RcRefCellU8Reader<T>[src]

Important traits for RcRefCellU8Reader<T>
pub fn new(data: Rc<RefCell<T>>) -> RcRefCellU8Reader<T>[src]

Trait Implementations

impl<T: AsRef<[u8]> + ?Sized> Debug for RcRefCellU8Reader<T>[src]

impl<T: AsRef<[u8]> + ?Sized> Seek for RcRefCellU8Reader<T>[src]

impl<T: AsRef<[u8]> + ?Sized> Read for RcRefCellU8Reader<T>[src]

Auto Trait Implementations

impl<T> !Send for RcRefCellU8Reader<T>

impl<T: ?Sized> Unpin for RcRefCellU8Reader<T>

impl<T> !Sync for RcRefCellU8Reader<T>

impl<T> !UnwindSafe for RcRefCellU8Reader<T>

impl<T> !RefUnwindSafe for RcRefCellU8Reader<T>

Blanket Implementations

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

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

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.

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

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

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