pub struct IoBinding {
pub stream: IoStream,
pub pipe: Option<String>,
}Fields§
§stream: IoStream§pipe: Option<String>Trait Implementations§
impl Eq for IoBinding
impl StructuralPartialEq for IoBinding
Auto Trait Implementations§
impl Freeze for IoBinding
impl RefUnwindSafe for IoBinding
impl Send for IoBinding
impl Sync for IoBinding
impl Unpin for IoBinding
impl UnwindSafe for IoBinding
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