feat(client): implement Clone for Destination

This commit is contained in:
Sean McArthur
2018-06-04 11:35:38 -07:00
parent 810435f146
commit 15188b7c7f

View File

@@ -30,7 +30,7 @@ pub trait Connect: Send + Sync {
}
/// A set of properties to describe where and how to try to connect.
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct Destination {
//pub(super) alpn: Alpn,
pub(super) uri: Uri,