Struct cor_args::CfgFileHandler
source · pub struct CfgFileHandler { /* private fields */ }Implementations§
Trait Implementations§
source§impl Handler for CfgFileHandler
impl Handler for CfgFileHandler
Auto Trait Implementations§
impl !RefUnwindSafe for CfgFileHandler
impl !Send for CfgFileHandler
impl !Sync for CfgFileHandler
impl Unpin for CfgFileHandler
impl !UnwindSafe for CfgFileHandler
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