[][src]Struct amadeus_core::file::Reader

pub struct Reader<P> where
    P: Page
{ /* fields omitted */ }

Methods

impl<P> Reader<P> where
    P: Page
[src]

pub fn len(&self) -> u64[src]

Trait Implementations

impl<P> Unpin for Reader<P> where
    P: Page
[src]

impl<P: Clone> Clone for Reader<P> where
    P: Page
[src]

impl<P> Seek for Reader<P> where
    P: Page
[src]

impl<P> Read for Reader<P> where
    P: Page
[src]

impl<P> AsyncRead for Reader<P> where
    P: Page
[src]

Auto Trait Implementations

impl<P> Sync for Reader<P> where
    P: Sync

impl<P> Send for Reader<P> where
    P: Send

impl<P> UnwindSafe for Reader<P> where
    P: UnwindSafe

impl<P> RefUnwindSafe for Reader<P> where
    P: RefUnwindSafe

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<R> AsyncReadExt for R where
    R: AsyncRead + ?Sized
[src]

impl<R> ReadBytesExt for R where
    R: Read + ?Sized

impl<T> Same<T> for T

type Output = T

Should always be Self

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

impl<T> FromBits<T> for T

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> FromCast<T> for T

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>,