Lines Matching refs:clone
49 command_tx: Mutex::new(Some(command_tx.clone())), in new()
57 let nonces = Arc::clone(&s.nonces); in new()
58 let auth_handler = Arc::clone(&s.auth_handler); in new()
59 let realm = s.realm.clone(); in new()
65 alloc_close_notify: config.alloc_close_notify.clone(), in new()
86 command_tx.clone() in delete_allocations_by_username()
124 command_tx.clone() in get_allocations_info()
157 let allocation_manager = Arc::clone(&allocation_manager); in read_loop()
202 conn: Arc::clone(&conn), in read_loop()
205 allocation_manager: Arc::clone(&allocation_manager), in read_loop()
206 nonces: Arc::clone(&nonces), in read_loop()
207 auth_handler: Arc::clone(&auth_handler), in read_loop()
208 realm: realm.clone(), in read_loop()