pub enum Stream {
StreamOverTcp(StreamOverTcp),
StreamOverUds(StreamOverUds),
StreamOverFd(StreamOverFd),
}Variants§
Trait Implementations§
Source§impl Ord for Stream
impl Ord for Stream
Source§impl PartialOrd for Stream
impl PartialOrd for Stream
Source§impl ToCommand for Stream
impl ToCommand for Stream
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Stream
impl StructuralPartialEq for Stream
Auto Trait Implementations§
impl Freeze for Stream
impl RefUnwindSafe for Stream
impl Send for Stream
impl Sync for Stream
impl Unpin for Stream
impl UnwindSafe for Stream
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