pub struct FakeStarter;Expand description
A canned starter for --fake mode and tests.
Trait Implementations§
Source§impl Starter for FakeStarter
impl Starter for FakeStarter
fn start(&self, _req: &StartRequest) -> Result<CommandOutcome, ControlError>
Auto Trait Implementations§
impl Freeze for FakeStarter
impl RefUnwindSafe for FakeStarter
impl Send for FakeStarter
impl Sync for FakeStarter
impl Unpin for FakeStarter
impl UnsafeUnpin for FakeStarter
impl UnwindSafe for FakeStarter
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