RowSealed
diesel
2.2.4
RowSealed
Implementors
In diesel::
row
Structs
PartialRow
Traits
Field
IntoOwnedRow
NamedRow
Row
RowIndex
RowSealed
diesel
::
row
Trait
RowSealed
Copy item path
Settings
Help
Summary
source
pub trait RowSealed { }
Expand description
This trait restricts who can implement
Row
Implementors
§
source
§
impl<'a, R>
RowSealed
for
PartialRow
<'a, R>