Struct rscache::loader::rs3::ItemLoader [−][src]
pub struct ItemLoader(_);Expand description
Loads all item definitions from the current cache.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ItemLoader
impl Send for ItemLoader
impl Sync for ItemLoader
impl Unpin for ItemLoader
impl UnwindSafe for ItemLoader
Blanket Implementations
Mutably borrows from an owned value. Read more