[][src]Struct abxml::chunks::string_table::StringTableCache

pub struct StringTableCache<S: StringTable> { /* fields omitted */ }

Methods

impl<S: StringTable> StringTableCache<S>[src]

pub fn new(inner: S) -> Self[src]

Trait Implementations

impl<S: StringTable> StringTable for StringTableCache<S>[src]

impl<S: Debug + StringTable> Debug for StringTableCache<S>[src]

Auto Trait Implementations

impl<S> !Send for StringTableCache<S>

impl<S> !Sync for StringTableCache<S>

impl<S> Unpin for StringTableCache<S> where
    S: Unpin

impl<S> UnwindSafe for StringTableCache<S> where
    S: UnwindSafe

impl<S> !RefUnwindSafe for StringTableCache<S>

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> 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]