pub struct Credentials { /* private fields */ }Expand description
A set of ICE/TURN credentials.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Credentials
impl !Sync for Credentials
impl Freeze for Credentials
impl RefUnwindSafe for Credentials
impl Unpin for Credentials
impl UnsafeUnpin for Credentials
impl UnwindSafe for Credentials
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