Enum eva_common::tools::SocketPath
source · [−]Variants
Tcp(String)
Udp(String)
Unix(String)
Trait Implementations
sourceimpl Debug for SocketPath
impl Debug for SocketPath
Auto Trait Implementations
impl RefUnwindSafe for SocketPath
impl Send for SocketPath
impl Sync for SocketPath
impl Unpin for SocketPath
impl UnwindSafe for SocketPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more