pub struct TechResult {
pub result: bool,
pub points: u32,
pub brand: VMBrand,
}Fields§
§result: bool§points: u32§brand: VMBrandTrait Implementations§
Source§impl Clone for TechResult
impl Clone for TechResult
Source§fn clone(&self) -> TechResult
fn clone(&self) -> TechResult
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 moreAuto Trait Implementations§
impl Freeze for TechResult
impl RefUnwindSafe for TechResult
impl Send for TechResult
impl Sync for TechResult
impl Unpin for TechResult
impl UnsafeUnpin for TechResult
impl UnwindSafe for TechResult
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