Struct rillrate::Way [−][src]
pub struct Way { /* fields omitted */ }
Expand description
The main actor. Spawn it to launch the web UI.
This actor starts the server and routing. To control it
use WayLink
that returned when the actor spawned in the System
.
Implementations
Trait Implementations
type GroupBy = Group
type GroupBy = Group
Specifies how to group child actors.
The log target for the Actor
.
Called when the Actor
terminated by another actor. Read more
Auto Trait Implementations
impl !RefUnwindSafe for Way
impl !UnwindSafe for Way
Blanket Implementations
Mutably borrows from an owned value. Read more
Asyncronous method that receives incoming message.
Asyncronous method that receives incoming message.
Asyncronous method that receives incoming message.
Convert self
to an optional value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more