pub enum IpcActiveState {
Listening,
NotListening,
InvalidPath,
PathNotFound,
OtherError,
}Variants§
Trait Implementations§
Source§impl Clone for IpcActiveState
impl Clone for IpcActiveState
Source§fn clone(&self) -> IpcActiveState
fn clone(&self) -> IpcActiveState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IpcActiveState
impl Debug for IpcActiveState
Source§impl PartialEq for IpcActiveState
impl PartialEq for IpcActiveState
impl Copy for IpcActiveState
impl Eq for IpcActiveState
impl StructuralPartialEq for IpcActiveState
Auto Trait Implementations§
impl Freeze for IpcActiveState
impl RefUnwindSafe for IpcActiveState
impl Send for IpcActiveState
impl Sync for IpcActiveState
impl Unpin for IpcActiveState
impl UnsafeUnpin for IpcActiveState
impl UnwindSafe for IpcActiveState
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