pub struct RankPolicy {
pub joined_table: String,
pub joined_column: String,
pub anchor_column: String,
pub sort_key: String,
pub formula: String,
pub protected_index: String,
}Fields§
§joined_table: String§joined_column: String§anchor_column: String§sort_key: String§formula: String§protected_index: StringTrait Implementations§
Source§impl Clone for RankPolicy
impl Clone for RankPolicy
Source§fn clone(&self) -> RankPolicy
fn clone(&self) -> RankPolicy
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 RankPolicy
impl Debug for RankPolicy
Source§impl<'de> Deserialize<'de> for RankPolicy
impl<'de> Deserialize<'de> for RankPolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RankPolicy
impl PartialEq for RankPolicy
Source§impl Serialize for RankPolicy
impl Serialize for RankPolicy
impl Eq for RankPolicy
impl StructuralPartialEq for RankPolicy
Auto Trait Implementations§
impl Freeze for RankPolicy
impl RefUnwindSafe for RankPolicy
impl Send for RankPolicy
impl Sync for RankPolicy
impl Unpin for RankPolicy
impl UnsafeUnpin for RankPolicy
impl UnwindSafe for RankPolicy
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