pub struct LiveStarter { /* private fields */ }Expand description
Drives a real printer over LAN MQTT.
Implementations§
Source§impl LiveStarter
impl LiveStarter
pub fn new(target: ResolvedTarget) -> Self
Trait Implementations§
Source§impl Starter for LiveStarter
impl Starter for LiveStarter
fn start(&self, req: &StartRequest) -> Result<CommandOutcome, ControlError>
Auto Trait Implementations§
impl Freeze for LiveStarter
impl RefUnwindSafe for LiveStarter
impl Send for LiveStarter
impl Sync for LiveStarter
impl Unpin for LiveStarter
impl UnsafeUnpin for LiveStarter
impl UnwindSafe for LiveStarter
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