pub struct StageTest {
pub command: Option<String>,
pub threshold: f64,
}Fields§
§command: Option<String>§threshold: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for StageTest
impl RefUnwindSafe for StageTest
impl Send for StageTest
impl Sync for StageTest
impl Unpin for StageTest
impl UnsafeUnpin for StageTest
impl UnwindSafe for StageTest
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