pub struct CriticalPathGate {
pub id_order_makespan: u64,
pub policy_makespan: u64,
}Fields§
§id_order_makespan: u64§policy_makespan: u64Trait Implementations§
Source§impl Clone for CriticalPathGate
impl Clone for CriticalPathGate
Source§fn clone(&self) -> CriticalPathGate
fn clone(&self) -> CriticalPathGate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CriticalPathGate
Source§impl Debug for CriticalPathGate
impl Debug for CriticalPathGate
impl Eq for CriticalPathGate
Source§impl PartialEq for CriticalPathGate
impl PartialEq for CriticalPathGate
impl StructuralPartialEq for CriticalPathGate
Auto Trait Implementations§
impl Freeze for CriticalPathGate
impl RefUnwindSafe for CriticalPathGate
impl Send for CriticalPathGate
impl Sync for CriticalPathGate
impl Unpin for CriticalPathGate
impl UnsafeUnpin for CriticalPathGate
impl UnwindSafe for CriticalPathGate
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