Enum simple_pub_sub::client::PubSubClient
source · pub enum PubSubClient {
Tcp(PubSubTcpClient),
Unix(PubSubUnixClient),
}Expand description
Simple pub sub Client
Variants§
Tcp(PubSubTcpClient)
Unix(PubSubUnixClient)
Trait Implementations§
source§impl Clone for PubSubClient
impl Clone for PubSubClient
source§fn clone(&self) -> PubSubClient
fn clone(&self) -> PubSubClient
Returns a copy 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 PubSubClient
impl RefUnwindSafe for PubSubClient
impl Send for PubSubClient
impl Sync for PubSubClient
impl Unpin for PubSubClient
impl UnwindSafe for PubSubClient
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