[][src]Struct asciifile::file::AsciiFile

pub struct AsciiFile<'m> {
    pub mapping: &'m [u8],
    // some fields omitted
}

Fields

Methods

impl<'m> AsciiFile<'m>
[src]

Important traits for PositionIterator<'t>

Trait Implementations

impl<'m, 'a> Into<&'m str> for &'a AsciiFile<'m>
[src]

impl<'m> Debug for AsciiFile<'m>
[src]

impl<'m> Deref for AsciiFile<'m>
[src]

The resulting type after dereferencing.

Auto Trait Implementations

impl<'m> Send for AsciiFile<'m>

impl<'m> Sync for AsciiFile<'m>

Blanket Implementations

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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