pub struct 条件安排<T> {
pub 安排: T,
pub 分数: f64,
pub 条件: Vec<条件<T>>,
}Fields§
§安排: T§分数: f64§条件: Vec<条件<T>>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for 条件安排<T>where
T: Freeze,
impl<T> RefUnwindSafe for 条件安排<T>where
T: RefUnwindSafe,
impl<T> Send for 条件安排<T>where
T: Send,
impl<T> Sync for 条件安排<T>where
T: Sync,
impl<T> Unpin for 条件安排<T>where
T: Unpin,
impl<T> UnsafeUnpin for 条件安排<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for 条件安排<T>where
T: UnwindSafe,
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