pub enum RtcEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcEvent
impl RefUnwindSafe for RtcEvent
impl Send for RtcEvent
impl Sync for RtcEvent
impl Unpin for RtcEvent
impl UnwindSafe for RtcEvent
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