pub struct SocketRegular { /* private fields */ }Implementations§
Source§impl SocketRegular
impl SocketRegular
Sourcepub fn builder() -> SocketRegularBuilder
pub fn builder() -> SocketRegularBuilder
Create an instance of SocketRegular using the builder syntax
Trait Implementations§
Source§impl Clone for SocketRegular
impl Clone for SocketRegular
Source§fn clone(&self) -> SocketRegular
fn clone(&self) -> SocketRegular
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 SocketRegular
impl Debug for SocketRegular
Source§impl Hash for SocketRegular
impl Hash for SocketRegular
Source§impl Ord for SocketRegular
impl Ord for SocketRegular
Source§fn cmp(&self, other: &SocketRegular) -> Ordering
fn cmp(&self, other: &SocketRegular) -> 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 SocketRegular
impl PartialEq for SocketRegular
Source§impl PartialOrd for SocketRegular
impl PartialOrd for SocketRegular
Source§impl ToCommand for SocketRegular
impl ToCommand for SocketRegular
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for SocketRegular
impl StructuralPartialEq for SocketRegular
Auto Trait Implementations§
impl Freeze for SocketRegular
impl RefUnwindSafe for SocketRegular
impl Send for SocketRegular
impl Sync for SocketRegular
impl Unpin for SocketRegular
impl UnwindSafe for SocketRegular
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