Struct cyfs_debug::DebugConfig
source · Fields
config_file: Option<PathBuf>Implementations
sourceimpl DebugConfig
impl DebugConfig
pub fn new() -> Self
pub fn get_config(key: &str) -> Option<&'static Value>
pub fn set_config_file(&mut self, file: &Path)
pub fn load(&self) -> BuckyResult<Table>
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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