pub struct Pipes {
pub ours: AnonPipe,
pub theirs: AnonPipe,
}
Fields§
§ours: AnonPipe
§theirs: AnonPipe
Auto Trait Implementations§
impl RefUnwindSafe for Pipes
impl Send for Pipes
impl Sync for Pipes
impl Unpin for Pipes
impl UnwindSafe for Pipes
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