pub struct PipeName(/* private fields */);Expand description
Canonical named pipe path.
Implementations§
Trait Implementations§
impl Eq for PipeName
impl StructuralPartialEq for PipeName
Auto Trait Implementations§
impl Freeze for PipeName
impl RefUnwindSafe for PipeName
impl Send for PipeName
impl Sync for PipeName
impl Unpin for PipeName
impl UnsafeUnpin for PipeName
impl UnwindSafe for PipeName
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