Enum miri::BorrowTrackerMethod
source · pub enum BorrowTrackerMethod {
StackedBorrows,
}
Expand description
Which borrow tracking method to use
Variants§
StackedBorrows
Stacked Borrows, as implemented in borrow_tracker/stacked
Implementations§
source§impl BorrowTrackerMethod
impl BorrowTrackerMethod
pub fn instanciate_global_state(
self,
config: &MiriConfig
) -> RefCell<GlobalStateInner>
Trait Implementations§
source§impl Clone for BorrowTrackerMethod
impl Clone for BorrowTrackerMethod
source§fn clone(&self) -> BorrowTrackerMethod
fn clone(&self) -> BorrowTrackerMethod
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 BorrowTrackerMethod
impl Debug for BorrowTrackerMethod
source§impl PartialEq<BorrowTrackerMethod> for BorrowTrackerMethod
impl PartialEq<BorrowTrackerMethod> for BorrowTrackerMethod
source§fn eq(&self, other: &BorrowTrackerMethod) -> bool
fn eq(&self, other: &BorrowTrackerMethod) -> bool
impl Copy for BorrowTrackerMethod
impl Eq for BorrowTrackerMethod
impl StructuralEq for BorrowTrackerMethod
impl StructuralPartialEq for BorrowTrackerMethod
Auto Trait Implementations§
impl RefUnwindSafe for BorrowTrackerMethod
impl Send for BorrowTrackerMethod
impl Sync for BorrowTrackerMethod
impl Unpin for BorrowTrackerMethod
impl UnwindSafe for BorrowTrackerMethod
Blanket Implementations§
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