Enum ssip_client_async::types::ClientScope
source · pub enum ClientScope {
Current,
All,
Client(ClientId),
}Expand description
Client identifiers
Variants§
Trait Implementations§
source§impl Clone for ClientScope
impl Clone for ClientScope
source§fn clone(&self) -> ClientScope
fn clone(&self) -> ClientScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more