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 Clone for StreamOverUds
impl Clone for StreamOverUds
Source§fn clone(&self) -> StreamOverUds
fn clone(&self) -> StreamOverUds
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamOverUds
impl Debug for StreamOverUds
Source§impl Hash for StreamOverUds
impl Hash for StreamOverUds
Source§impl Ord for StreamOverUds
impl Ord for StreamOverUds
Source§fn cmp(&self, other: &StreamOverUds) -> Ordering
fn cmp(&self, other: &StreamOverUds) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StreamOverUds
impl PartialEq for StreamOverUds
Source§impl PartialOrd for StreamOverUds
impl PartialOrd for StreamOverUds
Source§impl ToCommand for StreamOverUds
impl ToCommand for StreamOverUds
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for StreamOverUds
impl StructuralPartialEq for StreamOverUds
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