pub struct RankPolicyAst {
pub joined_table: String,
pub joined_column: String,
pub sort_key: String,
pub formula: String,
}Fields§
§joined_table: String§joined_column: String§sort_key: String§formula: StringTrait Implementations§
Source§impl Clone for RankPolicyAst
impl Clone for RankPolicyAst
Source§fn clone(&self) -> RankPolicyAst
fn clone(&self) -> RankPolicyAst
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RankPolicyAst
impl Debug for RankPolicyAst
Source§impl PartialEq for RankPolicyAst
impl PartialEq for RankPolicyAst
impl Eq for RankPolicyAst
impl StructuralPartialEq for RankPolicyAst
Auto Trait Implementations§
impl Freeze for RankPolicyAst
impl RefUnwindSafe for RankPolicyAst
impl Send for RankPolicyAst
impl Sync for RankPolicyAst
impl Unpin for RankPolicyAst
impl UnsafeUnpin for RankPolicyAst
impl UnwindSafe for RankPolicyAst
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