Searched defs:CandidateBase (Results 1 – 5 of 5) sorted by relevance
36 pub struct CandidateBase { struct37 pub(crate) id: String,38 pub(crate) network_type: AtomicU8,39 pub(crate) candidate_type: CandidateType,64 impl Default for CandidateBase { implementation94 impl fmt::Display for CandidateBase { implementation120 impl Candidate for CandidateBase { implementation315 impl CandidateBase { implementation
17 pub fn new_candidate_host(self) -> Result<CandidateBase> { in new_candidate_host()
21 pub fn new_candidate_peer_reflexive(self) -> Result<CandidateBase> { in new_candidate_peer_reflexive()
20 pub fn new_candidate_server_reflexive(self) -> Result<CandidateBase> { in new_candidate_server_reflexive()
24 pub fn new_candidate_relay(self) -> Result<CandidateBase> { in new_candidate_relay()