Enum webrtc_ice::control::Role
source · [−]pub enum Role {
Controlling,
Controlled,
Unspecified,
}
Expand description
Represents ICE agent role, which can be controlling or controlled. Possible ICE agent roles.
Variants
Controlling
Controlled
Unspecified
Trait Implementations
sourceimpl PartialEq<Role> for Role
impl PartialEq<Role> for Role
impl Copy for Role
impl Eq for Role
impl StructuralEq for Role
impl StructuralPartialEq for Role
Auto Trait Implementations
impl RefUnwindSafe for Role
impl Send for Role
impl Sync for Role
impl Unpin for Role
impl UnwindSafe for Role
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more