#[repr(C)]pub struct SortBy {
pub type_: NodeTag,
pub node: *mut Node,
pub sortby_dir: Type,
pub sortby_nulls: Type,
pub useOp: *mut List,
pub location: c_int,
}
Fields§
§type_: NodeTag
§node: *mut Node
§sortby_dir: Type
§sortby_nulls: Type
§useOp: *mut List
§location: c_int
Trait Implementations§
impl Copy for SortBy
Auto Trait Implementations§
impl Freeze for SortBy
impl RefUnwindSafe for SortBy
impl !Send for SortBy
impl !Sync for SortBy
impl Unpin for SortBy
impl UnwindSafe for SortBy
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