pub struct IpcListener { /* private fields */ }Implementations§
Source§impl IpcListener
impl IpcListener
Auto Trait Implementations§
impl !Freeze for IpcListener
impl RefUnwindSafe for IpcListener
impl Send for IpcListener
impl Sync for IpcListener
impl Unpin for IpcListener
impl UnsafeUnpin for IpcListener
impl UnwindSafe for IpcListener
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