pub struct StreamOverFd { /* private fields */ }
Implementations§
Source§impl StreamOverFd
impl StreamOverFd
Sourcepub fn builder() -> StreamOverFdBuilder
pub fn builder() -> StreamOverFdBuilder
Create an instance of StreamOverFd
using the builder syntax
Trait Implementations§
Source§impl ToCommand for StreamOverFd
impl ToCommand for StreamOverFd
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
Auto Trait Implementations§
impl Freeze for StreamOverFd
impl RefUnwindSafe for StreamOverFd
impl Send for StreamOverFd
impl Sync for StreamOverFd
impl Unpin for StreamOverFd
impl UnwindSafe for StreamOverFd
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