Struct rscache::loader::osrs::ObjectLoader [−][src]
pub struct ObjectLoader(_);Expand description
Loads all object 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 ObjectLoader
impl Send for ObjectLoader
impl Sync for ObjectLoader
impl Unpin for ObjectLoader
impl UnwindSafe for ObjectLoader
Blanket Implementations
Mutably borrows from an owned value. Read more