pub struct TurnServer {
pub url: String,
pub username: String,
pub credential: String,
}Expand description
TURN server configuration
Fields§
§url: StringTURN server URL
username: StringUsername for authentication
credential: StringCredential for authentication
Trait Implementations§
Source§impl Clone for TurnServer
impl Clone for TurnServer
Source§fn clone(&self) -> TurnServer
fn clone(&self) -> TurnServer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TurnServer
impl RefUnwindSafe for TurnServer
impl Send for TurnServer
impl Sync for TurnServer
impl Unpin for TurnServer
impl UnsafeUnpin for TurnServer
impl UnwindSafe for TurnServer
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