pub struct CkQuery {
pub record_type: String,
pub filter_by: Vec<CkFilter>,
pub sort_by: Vec<CkSort>,
}Fields§
§record_type: String§filter_by: Vec<CkFilter>§sort_by: Vec<CkSort>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CkQuery
impl RefUnwindSafe for CkQuery
impl Send for CkQuery
impl Sync for CkQuery
impl Unpin for CkQuery
impl UnsafeUnpin for CkQuery
impl UnwindSafe for CkQuery
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