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