pub enum TestFixtureScope {
Case,
Suite,
Module,
Session,
}Expand description
Fixture lifetime or reuse scope.
Variants§
Trait Implementations§
Source§impl Clone for TestFixtureScope
impl Clone for TestFixtureScope
Source§fn clone(&self) -> TestFixtureScope
fn clone(&self) -> TestFixtureScope
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 TestFixtureScope
impl Debug for TestFixtureScope
Source§impl Hash for TestFixtureScope
impl Hash for TestFixtureScope
Source§impl PartialEq for TestFixtureScope
impl PartialEq for TestFixtureScope
impl Copy for TestFixtureScope
impl Eq for TestFixtureScope
impl StructuralPartialEq for TestFixtureScope
Auto Trait Implementations§
impl Freeze for TestFixtureScope
impl RefUnwindSafe for TestFixtureScope
impl Send for TestFixtureScope
impl Sync for TestFixtureScope
impl Unpin for TestFixtureScope
impl UnsafeUnpin for TestFixtureScope
impl UnwindSafe for TestFixtureScope
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