#[repr(C)]pub struct Limit {
pub plan: Plan,
pub limitOffset: *mut Node,
pub limitCount: *mut Node,
pub limitOption: Type,
pub uniqNumCols: c_int,
pub uniqColIdx: *mut AttrNumber,
pub uniqOperators: *mut Oid,
pub uniqCollations: *mut Oid,
}
Fields§
§plan: Plan
§limitOffset: *mut Node
§limitCount: *mut Node
§limitOption: Type
§uniqNumCols: c_int
§uniqColIdx: *mut AttrNumber
§uniqOperators: *mut Oid
§uniqCollations: *mut Oid
Trait Implementations§
impl Copy for Limit
Auto Trait Implementations§
impl Freeze for Limit
impl RefUnwindSafe for Limit
impl !Send for Limit
impl !Sync for Limit
impl Unpin for Limit
impl UnwindSafe for Limit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more