pub enum UnboundHangingDataChannelEvent {
#[non_exhaustive] _UnknownEvent {
ordinal: u64,
},
}Variants§
#[non_exhaustive]_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnboundHangingDataChannelEvent
impl RefUnwindSafe for UnboundHangingDataChannelEvent
impl Send for UnboundHangingDataChannelEvent
impl Sync for UnboundHangingDataChannelEvent
impl Unpin for UnboundHangingDataChannelEvent
impl UnwindSafe for UnboundHangingDataChannelEvent
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