pub struct DesignReviewResult {
pub beauty: Event,
pub reframe: Event,
pub question: Event,
pub wisdom: Event,
}Fields§
§beauty: Event§reframe: Event§question: Event§wisdom: EventAuto Trait Implementations§
impl Freeze for DesignReviewResult
impl RefUnwindSafe for DesignReviewResult
impl Send for DesignReviewResult
impl Sync for DesignReviewResult
impl Unpin for DesignReviewResult
impl UnsafeUnpin for DesignReviewResult
impl UnwindSafe for DesignReviewResult
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