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 ToCommand for SocketRegular
impl ToCommand for SocketRegular
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
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