pub enum OsIpcChannel {
Sender(OsIpcSender),
Receiver(OsIpcReceiver),
}
Variants§
Sender(OsIpcSender)
Receiver(OsIpcReceiver)
Auto Trait Implementations§
impl !Freeze for OsIpcChannel
impl !RefUnwindSafe for OsIpcChannel
impl Send for OsIpcChannel
impl !Sync for OsIpcChannel
impl Unpin for OsIpcChannel
impl UnwindSafe for OsIpcChannel
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