pub struct ConfigDiscovery;Expand description
Configuration discovery for WoW installations
Implementations§
Source§impl ConfigDiscovery
impl ConfigDiscovery
Sourcepub fn discover_configs<P: AsRef<Path>>(wow_path: P) -> Result<WowConfigSet>
pub fn discover_configs<P: AsRef<Path>>(wow_path: P) -> Result<WowConfigSet>
Discover all configuration files in a WoW installation
Auto Trait Implementations§
impl Freeze for ConfigDiscovery
impl RefUnwindSafe for ConfigDiscovery
impl Send for ConfigDiscovery
impl Sync for ConfigDiscovery
impl Unpin for ConfigDiscovery
impl UnwindSafe for ConfigDiscovery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more