Struct ssip_client_async::types::ClientName
source · pub struct ClientName {
pub user: String,
pub application: String,
pub component: String,
}Expand description
Client name
Fields§
§user: String§application: String§component: StringImplementations§
Trait Implementations§
source§impl Clone for ClientName
impl Clone for ClientName
source§fn clone(&self) -> ClientName
fn clone(&self) -> ClientName
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