pub struct PubSubUnixClient {
pub path: String,
}Expand description
Simple pub sub Client for Unix connection
Fields§
§path: Stringpath for the unix sock file
for example: /tmp/simple-pub-sub.sock
Trait Implementations§
Source§impl Clone for PubSubUnixClient
impl Clone for PubSubUnixClient
Source§fn clone(&self) -> PubSubUnixClient
fn clone(&self) -> PubSubUnixClient
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 moreAuto Trait Implementations§
impl Freeze for PubSubUnixClient
impl RefUnwindSafe for PubSubUnixClient
impl Send for PubSubUnixClient
impl Sync for PubSubUnixClient
impl Unpin for PubSubUnixClient
impl UnwindSafe for PubSubUnixClient
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