Struct cyfs_debug::DumpHelper
source · pub struct DumpHelper { /* private fields */ }Implementations
sourceimpl DumpHelper
impl DumpHelper
pub fn get_instance() -> &'static Self
pub fn is_enable_dump(&self) -> bool
pub fn dump(&self)
Auto Trait Implementations
impl RefUnwindSafe for DumpHelper
impl Send for DumpHelper
impl Sync for DumpHelper
impl Unpin for DumpHelper
impl UnwindSafe for DumpHelper
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