Skip to content

Commit

Permalink
feat(client): implement Clone for Destination
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 4, 2018
1 parent 810435f commit 15188b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 15188b7

Please sign in to comment.