pub struct FakeController { /* private fields */ }Expand description
A canned controller for --fake mode and tests.
Implementations§
Trait Implementations§
Source§impl Controller for FakeController
impl Controller for FakeController
fn execute(&self, _action: ControlAction) -> ControlResult
Auto Trait Implementations§
impl Freeze for FakeController
impl RefUnwindSafe for FakeController
impl Send for FakeController
impl Sync for FakeController
impl Unpin for FakeController
impl UnsafeUnpin for FakeController
impl UnwindSafe for FakeController
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