#[repr(C)]pub struct IndexElem {
pub type_: NodeTag,
pub name: *mut c_char,
pub expr: *mut Node,
pub indexcolname: *mut c_char,
pub collation: *mut List,
pub opclass: *mut List,
pub opclassopts: *mut List,
pub ordering: Type,
pub nulls_ordering: Type,
}
Fields§
§type_: NodeTag
§name: *mut c_char
§expr: *mut Node
§indexcolname: *mut c_char
§collation: *mut List
§opclass: *mut List
§opclassopts: *mut List
§ordering: Type
§nulls_ordering: Type
Trait Implementations§
impl Copy for IndexElem
Auto Trait Implementations§
impl Freeze for IndexElem
impl RefUnwindSafe for IndexElem
impl !Send for IndexElem
impl !Sync for IndexElem
impl Unpin for IndexElem
impl UnwindSafe for IndexElem
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