pub enum StartupEvent {
TestRunnerReady {
message: DtxMessage,
},
TestBundleReady {
message: DtxMessage,
protocol_version: u64,
minimum_version: u64,
},
}Variants§
Trait Implementations§
Source§impl Clone for StartupEvent
impl Clone for StartupEvent
Source§fn clone(&self) -> StartupEvent
fn clone(&self) -> StartupEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for StartupEvent
impl RefUnwindSafe for StartupEvent
impl Send for StartupEvent
impl Sync for StartupEvent
impl Unpin for StartupEvent
impl UnsafeUnpin for StartupEvent
impl UnwindSafe for StartupEvent
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