[][src]Struct sise::ReadItem

pub struct ReadItem<S: Into<String> + AsRef<str>, P> {
    pub pos: P,
    pub kind: ReadItemKind<S>,
}

Fields

pos: Pkind: ReadItemKind<S>

Trait Implementations

impl<S: Clone + Into<String> + AsRef<str>, P: Clone> Clone for ReadItem<S, P>[src]

impl<S: Eq + Into<String> + AsRef<str>, P: Eq> Eq for ReadItem<S, P>[src]

impl<S: PartialEq + Into<String> + AsRef<str>, P: PartialEq> PartialEq<ReadItem<S, P>> for ReadItem<S, P>[src]

impl<S: Debug + Into<String> + AsRef<str>, P: Debug> Debug for ReadItem<S, P>[src]

impl<S: Into<String> + AsRef<str>, P> StructuralPartialEq for ReadItem<S, P>[src]

impl<S: Into<String> + AsRef<str>, P> StructuralEq for ReadItem<S, P>[src]

Auto Trait Implementations

impl<S, P> Send for ReadItem<S, P> where
    P: Send,
    S: Send

impl<S, P> Sync for ReadItem<S, P> where
    P: Sync,
    S: Sync

impl<S, P> Unpin for ReadItem<S, P> where
    P: Unpin,
    S: Unpin

impl<S, P> UnwindSafe for ReadItem<S, P> where
    P: UnwindSafe,
    S: UnwindSafe

impl<S, P> RefUnwindSafe for ReadItem<S, P> where
    P: RefUnwindSafe,
    S: RefUnwindSafe

Blanket Implementations

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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