pub enum DataChannelState {
Connecting,
Open,
Closing,
Closed,
__Unknown(i32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataChannelState
impl RefUnwindSafe for DataChannelState
impl Send for DataChannelState
impl Sync for DataChannelState
impl Unpin for DataChannelState
impl UnwindSafe for DataChannelState
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