seec
0.1.0
Plain
Implementations on Foreign Types
bool
u128
u16
u32
u64
u8
Object Safety
Implementors
In seec::protocols
?
Settings
Trait
seec
::
protocols
::
Plain
Copy item path
source
·
[
−
]
pub trait Plain:
Clone
+
Default
+
Debug
+
PartialEq
+
PartialOrd
+
Hash
+
Send
+
Sync
+ 'static { }
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Plain
for
bool
source
§
impl
Plain
for
u8
source
§
impl
Plain
for
u16
source
§
impl
Plain
for
u32
source
§
impl
Plain
for
u64
source
§
impl
Plain
for
u128
Implementors
§
source
§
impl
Plain
for
PartialShare
source
§
impl<R:
Ring
>
Plain
for
Mixed
<R>