pub struct RingProvider { /* private fields */ }Expand description
The built-in Ring provider bundle.
Implementations§
Source§impl RingProvider
impl RingProvider
Trait Implementations§
Source§impl Default for RingProvider
impl Default for RingProvider
Source§fn default() -> RingProvider
fn default() -> RingProvider
Returns the “default value” for a type. Read more
Source§impl RTCCryptoProvider for RingProvider
impl RTCCryptoProvider for RingProvider
Auto Trait Implementations§
impl Freeze for RingProvider
impl RefUnwindSafe for RingProvider
impl Send for RingProvider
impl Sync for RingProvider
impl Unpin for RingProvider
impl UnsafeUnpin for RingProvider
impl UnwindSafe for RingProvider
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