Struct rorm::representations::FFILimitClause
source · #[repr(C)]pub struct FFILimitClause { /* private fields */ }
Expand description
FFI representation of a Limit clause.
Trait Implementations§
source§impl From<FFILimitClause> for LimitClause
impl From<FFILimitClause> for LimitClause
source§fn from(v: FFILimitClause) -> Self
fn from(v: FFILimitClause) -> Self
Converts to this type from the input type.