Enum ipc_channel::platform::OsIpcChannel
source · pub enum OsIpcChannel {
Sender(OsIpcSender),
Receiver(OsIpcReceiver),
}
Variants§
Sender(OsIpcSender)
Receiver(OsIpcReceiver)
Implementations§
Trait Implementations§
source§impl Debug for OsIpcChannel
impl Debug for OsIpcChannel
source§impl PartialEq for OsIpcChannel
impl PartialEq for OsIpcChannel
source§fn eq(&self, other: &OsIpcChannel) -> bool
fn eq(&self, other: &OsIpcChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OsIpcChannel
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