pub struct Config { /* private fields */ }Implementations§
Source§impl Config
impl Config
Sourcepub fn new(path: &str, name: &str) -> Self
pub fn new(path: &str, name: &str) -> Self
path - /path/to/socket (must end with .sock .socket or .ipc) or host:port, name - an unique client name
pub fn buf_size(self, size: usize) -> Self
pub fn queue_size(self, size: usize) -> Self
pub fn timeout(self, timeout: Duration) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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