pub enum DynMode {
OpenLoop,
ClosedLoop(DynReference),
}
Expand description
Variants§
OpenLoop
ClosedLoop(DynReference)
Trait Implementations§
impl Copy for DynMode
impl Eq for DynMode
impl StructuralPartialEq for DynMode
Auto Trait Implementations§
impl Freeze for DynMode
impl RefUnwindSafe for DynMode
impl Send for DynMode
impl Sync for DynMode
impl Unpin for DynMode
impl UnwindSafe for DynMode
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