pub struct SearchModel {
pub fields: BTreeMap<String, String>,
pub relations: BTreeMap<String, String>,
}Fields§
§fields: BTreeMap<String, String>§relations: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for SearchModel
impl Clone for SearchModel
Source§fn clone(&self) -> SearchModel
fn clone(&self) -> SearchModel
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 moreSource§impl Debug for SearchModel
impl Debug for SearchModel
Source§impl Default for SearchModel
impl Default for SearchModel
Source§fn default() -> SearchModel
fn default() -> SearchModel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SearchModel
impl RefUnwindSafe for SearchModel
impl Send for SearchModel
impl Sync for SearchModel
impl Unpin for SearchModel
impl UnsafeUnpin for SearchModel
impl UnwindSafe for SearchModel
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