Struct cwe_checker_lib::utils::debug::SettingsBuilder
source · pub struct SettingsBuilder { /* private fields */ }
Implementations§
source§impl SettingsBuilder
impl SettingsBuilder
pub fn build(self) -> Settings
pub fn set_stage(self, stage: Stage) -> Self
pub fn set_verbosity(self, verbosity: Verbosity) -> Self
pub fn set_termination_policy(self, policy: TerminationPolicy) -> Self
pub fn set_saved_pcode_raw(self, saved_pcode_raw: PathBuf) -> Self
Trait Implementations§
source§impl Clone for SettingsBuilder
impl Clone for SettingsBuilder
source§fn clone(&self) -> SettingsBuilder
fn clone(&self) -> SettingsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SettingsBuilder
impl Debug for SettingsBuilder
source§impl Default for SettingsBuilder
impl Default for SettingsBuilder
source§fn default() -> SettingsBuilder
fn default() -> SettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SettingsBuilder
impl PartialEq for SettingsBuilder
source§fn eq(&self, other: &SettingsBuilder) -> bool
fn eq(&self, other: &SettingsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SettingsBuilder
impl StructuralEq for SettingsBuilder
impl StructuralPartialEq for SettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SettingsBuilder
impl Send for SettingsBuilder
impl Sync for SettingsBuilder
impl Unpin for SettingsBuilder
impl UnwindSafe for SettingsBuilder
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.