pub enum DynMode {
OpenLoop,
ClosedLoop(DynReference),
}
Expand description
Variants
OpenLoop
ClosedLoop(DynReference)
Trait Implementations
impl Copy for DynMode
impl Eq for DynMode
impl StructuralEq for DynMode
impl StructuralPartialEq for DynMode
Auto Trait Implementations
impl RefUnwindSafe for DynMode
impl Send for DynMode
impl Sync for DynMode
impl Unpin for DynMode
impl UnwindSafe for DynMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more