#[repr(u64)]pub enum RunProperty {
Relocated = 1,
WithDefaultFilter = 2,
WithSkipCdylibFilter = 4,
WithMultiplyTwoExactFilter = 8,
CdyLibExamplePackageFilter = 16,
SkipSummaryCheck = 32,
ExpectNoBinaries = 64,
}Expand description
Properties that control which tests should be run in integration test invocations.
Variants§
Relocated = 1
WithDefaultFilter = 2
WithSkipCdylibFilter = 4
WithMultiplyTwoExactFilter = 8
CdyLibExamplePackageFilter = 16
SkipSummaryCheck = 32
ExpectNoBinaries = 64
Trait Implementations§
Source§impl Clone for RunProperty
impl Clone for RunProperty
Source§fn clone(&self) -> RunProperty
fn clone(&self) -> RunProperty
Returns a duplicate 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 RunProperty
impl Debug for RunProperty
impl Copy for RunProperty
Auto Trait Implementations§
impl Freeze for RunProperty
impl RefUnwindSafe for RunProperty
impl Send for RunProperty
impl Sync for RunProperty
impl Unpin for RunProperty
impl UnwindSafe for RunProperty
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