pub struct IROrdering {
pub expr: IRExpr,
pub descending: bool,
}Fields§
§expr: IRExpr§descending: boolTrait Implementations§
Source§impl Clone for IROrdering
impl Clone for IROrdering
Source§fn clone(&self) -> IROrdering
fn clone(&self) -> IROrdering
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IROrdering
impl RefUnwindSafe for IROrdering
impl Send for IROrdering
impl Sync for IROrdering
impl Unpin for IROrdering
impl UnsafeUnpin for IROrdering
impl UnwindSafe for IROrdering
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