pub struct AsyncRtcInterval { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AsyncRtcInterval
impl !UnwindSafe for AsyncRtcInterval
impl Freeze for AsyncRtcInterval
impl Send for AsyncRtcInterval
impl Sync for AsyncRtcInterval
impl Unpin for AsyncRtcInterval
impl UnsafeUnpin for AsyncRtcInterval
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