Struct cwe_checker_lib::utils::debug::Settings
source · pub struct Settings { /* private fields */ }
Expand description
Configuration of the debugging behavior.
Implementations§
source§impl Settings
impl Settings
pub fn get_saved_pcode_raw(&self) -> Option<PathBuf>
sourcepub fn should_debug(&self, stage: Stage) -> bool
pub fn should_debug(&self, stage: Stage) -> bool
Returns true iff the stage
is being debugged.
Trait Implementations§
source§impl PartialEq for Settings
impl PartialEq for Settings
impl Eq for Settings
impl StructuralEq for Settings
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.