pub struct AgentBuilder { /* private fields */ }Expand description
A builder for an Agent
Implementations§
Source§impl AgentBuilder
impl AgentBuilder
Sourcepub fn trickle_ice(self, trickle_ice: bool) -> Self
pub fn trickle_ice(self, trickle_ice: bool) -> Self
Whether candidates can trickle in during ICE negotiation
Sourcepub fn controlling(self, controlling: bool) -> Self
pub fn controlling(self, controlling: bool) -> Self
The initial value of the controlling attribute. During the ICE negotiation, the controlling value may change.
Trait Implementations§
Source§impl Debug for AgentBuilder
impl Debug for AgentBuilder
Source§impl Default for AgentBuilder
impl Default for AgentBuilder
Source§fn default() -> AgentBuilder
fn default() -> AgentBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentBuilder
impl RefUnwindSafe for AgentBuilder
impl Send for AgentBuilder
impl Sync for AgentBuilder
impl Unpin for AgentBuilder
impl UnwindSafe for AgentBuilder
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