enum FpmEndpoint {
Tcp(SocketAddr),
Unix(String),
}Variants§
Tcp(SocketAddr)
Unix(String)
Auto Trait Implementations§
impl Freeze for FpmEndpoint
impl RefUnwindSafe for FpmEndpoint
impl Send for FpmEndpoint
impl Sync for FpmEndpoint
impl Unpin for FpmEndpoint
impl UnwindSafe for FpmEndpoint
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