pub struct DetItem {
pub aspect: &'static str,
pub status: Determinism,
pub note: &'static str,
}Expand description
确定性谱的一项:某计算方面的确定性等级与说明。
Fields§
§aspect: &'static str计算方面(如「四柱」「Asc/MC」「三传」)。
status: Determinism确定性等级。
note: &'static str一句说明(校验依据 / 为何欠定)。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DetItem
impl RefUnwindSafe for DetItem
impl Send for DetItem
impl Sync for DetItem
impl Unpin for DetItem
impl UnsafeUnpin for DetItem
impl UnwindSafe for DetItem
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