pub enum SimPhase {
Normal,
ReadWrite,
ReadOnly,
}Variants§
Trait Implementations§
impl Copy for SimPhase
impl Eq for SimPhase
impl StructuralPartialEq for SimPhase
Auto Trait Implementations§
impl Freeze for SimPhase
impl RefUnwindSafe for SimPhase
impl Send for SimPhase
impl Sync for SimPhase
impl Unpin for SimPhase
impl UnsafeUnpin for SimPhase
impl UnwindSafe for SimPhase
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