pub struct GenmcConfig {}
Implementations§
Source§impl GenmcConfig
impl GenmcConfig
pub fn parse_arg(_genmc_config: &mut Option<GenmcConfig>, trimmed_arg: &str)
pub fn should_print_graph(&self, _rep: usize) -> bool
Trait Implementations§
Source§impl Clone for GenmcConfig
impl Clone for GenmcConfig
Source§fn clone(&self) -> GenmcConfig
fn clone(&self) -> GenmcConfig
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 GenmcConfig
impl Debug for GenmcConfig
Source§impl Default for GenmcConfig
impl Default for GenmcConfig
Source§fn default() -> GenmcConfig
fn default() -> GenmcConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GenmcConfig
impl RefUnwindSafe for GenmcConfig
impl Send for GenmcConfig
impl Sync for GenmcConfig
impl Unpin for GenmcConfig
impl UnwindSafe for GenmcConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes