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