Enum eva_common::tools::SocketPath
source · pub enum SocketPath {
Tcp(String),
Udp(String),
Unix(String),
}Variants§
Trait Implementations§
source§impl Debug for SocketPath
impl Debug for SocketPath
Auto Trait Implementations§
impl Freeze for SocketPath
impl RefUnwindSafe for SocketPath
impl Send for SocketPath
impl Sync for SocketPath
impl Unpin for SocketPath
impl UnwindSafe for SocketPath
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