pub struct DegCommand { /* private fields */ }Expand description
The DEG command.
Implementations§
Trait Implementations§
Source§impl Callable for DegCommand
impl Callable for DegCommand
Auto Trait Implementations§
impl Freeze for DegCommand
impl !RefUnwindSafe for DegCommand
impl !Send for DegCommand
impl !Sync for DegCommand
impl Unpin for DegCommand
impl UnsafeUnpin for DegCommand
impl !UnwindSafe for DegCommand
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