pub struct ChannelClosed;
Expand description
Error returned from SignalVmbusChannel::poll_for_signal
indicating the channel
has been closed by the other endpoint.
Auto Trait Implementations§
impl Freeze for ChannelClosed
impl RefUnwindSafe for ChannelClosed
impl Send for ChannelClosed
impl Sync for ChannelClosed
impl Unpin for ChannelClosed
impl UnwindSafe for ChannelClosed
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