Struct cyfs_debug::DebugConfig
source · [−]Fields
config_file: Option<PathBuf>Implementations
sourceimpl DebugConfig
impl DebugConfig
pub fn new() -> Self
pub fn set_config_file(&mut self, file: &Path)
pub fn load_log_config(&self) -> BuckyResult<Value>
Auto Trait Implementations
impl RefUnwindSafe for DebugConfig
impl Send for DebugConfig
impl Sync for DebugConfig
impl Unpin for DebugConfig
impl UnwindSafe for DebugConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more