Struct libbgs::markoff::OrbitTesterResults
source · pub struct OrbitTesterResults { /* private fields */ }
Expand description
The results of a successfully run OrbitTester
.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OrbitTesterResults
impl Send for OrbitTesterResults
impl Sync for OrbitTesterResults
impl Unpin for OrbitTesterResults
impl UnwindSafe for OrbitTesterResults
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