pub enum Upgrade {
Realtime(RealtimeChannel),
}Expand description
Upgrade types for enhanced communication modes
Variants§
Realtime(RealtimeChannel)
Realtime audio/voice communication
Trait Implementations§
impl StructuralPartialEq for Upgrade
Auto Trait Implementations§
impl Freeze for Upgrade
impl !RefUnwindSafe for Upgrade
impl Send for Upgrade
impl Sync for Upgrade
impl Unpin for Upgrade
impl !UnwindSafe for Upgrade
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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