pub struct ConfigHandler {}
Implementations§
Source§impl ConfigHandler
impl ConfigHandler
pub fn load_configs(config_file_path: String) -> Result<SpammerConfigs, Error>
Auto Trait Implementations§
impl Freeze for ConfigHandler
impl RefUnwindSafe for ConfigHandler
impl Send for ConfigHandler
impl Sync for ConfigHandler
impl Unpin for ConfigHandler
impl UnwindSafe for ConfigHandler
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