pub enum DelayMech {
Transport,
Inertial,
InertialReject(Expr),
}
Variants§
Trait Implementations§
impl Eq for DelayMech
impl StructuralPartialEq for DelayMech
Auto Trait Implementations§
impl Freeze for DelayMech
impl RefUnwindSafe for DelayMech
impl Send for DelayMech
impl Sync for DelayMech
impl Unpin for DelayMech
impl UnwindSafe for DelayMech
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