pub enum TestEnvState {
Uninitialized,
Initialized,
Destroyed,
}Expand description
测试环境状态
Variants§
Trait Implementations§
Source§impl Clone for TestEnvState
impl Clone for TestEnvState
Source§fn clone(&self) -> TestEnvState
fn clone(&self) -> TestEnvState
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 TestEnvState
impl Debug for TestEnvState
Source§impl PartialEq for TestEnvState
impl PartialEq for TestEnvState
impl StructuralPartialEq for TestEnvState
Auto Trait Implementations§
impl Freeze for TestEnvState
impl RefUnwindSafe for TestEnvState
impl Send for TestEnvState
impl Sync for TestEnvState
impl Unpin for TestEnvState
impl UnsafeUnpin for TestEnvState
impl UnwindSafe for TestEnvState
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