chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487fb40
)
config: fix some reporting
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 24 Jul 2021 18:02:50 +0000
(19:02 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 24 Jul 2021 18:02:50 +0000
(19:02 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/types.rs
patch
|
blob
|
history
diff --git
a/src/types.rs
b/src/types.rs
index 25c9826ca3d77c4ea76d1bf4e80b5dcf6a34c98a..07f6ecb7d5fae2baa41493455b480f1ab13018c3 100644
(file)
--- a/
src/types.rs
+++ b/
src/types.rs
@@
-4,6
+4,7
@@
use crate::prelude::*;
+#[derive(Debug,Copy,Clone)]
pub enum LinkEnd { Server, Client }
#[derive(Debug,Clone,Hash,Eq,PartialEq,Ord,PartialOrd)]