Struct jamsocket_server::AssignClientId [−][src]
pub struct AssignClientId;
Expand description
Represents a request to reserve a client ID and return it. Client IDs are unique only in the context of a room.
Currently, client IDs are assigned sequentially, but this is an implementation detail and should not be relied on.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AssignClientId
impl Send for AssignClientId
impl Sync for AssignClientId
impl Unpin for AssignClientId
impl UnwindSafe for AssignClientId
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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