Enum classicube_relay::packet::Scope
source ·
[−]pub enum Scope {
Player(PlayerScope),
Map(MapScope),
Server(ServerScope),
}Variants
Player(PlayerScope)
Tuple Fields
0: PlayerScopea single player
Map(MapScope)
Tuple Fields
0: MapScopeall players in my map
Server(ServerScope)
Tuple Fields
0: ServerScopeImplementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl UnwindSafe for Scope
Blanket Implementations
Mutably borrows from an owned value. Read more
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
