pub struct AgentSelectedPair {
pub stream_id: usize,
pub component_id: usize,
pub local: Candidate,
pub remote: Candidate,
}Expand description
A new pair has been selected for a component.
Fields§
§stream_id: usize§component_id: usize§local: Candidate§remote: CandidateTrait Implementations§
Auto Trait Implementations§
impl Freeze for AgentSelectedPair
impl RefUnwindSafe for AgentSelectedPair
impl Send for AgentSelectedPair
impl Sync for AgentSelectedPair
impl Unpin for AgentSelectedPair
impl UnwindSafe for AgentSelectedPair
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more