pub struct NormalizedDynamicSearch {
pub filters: Vec<DynamicSearchFilter>,
pub orders: Vec<DynamicSearchOrder>,
pub warnings: Vec<DynamicSearchWarning>,
}Fields§
§filters: Vec<DynamicSearchFilter>§orders: Vec<DynamicSearchOrder>§warnings: Vec<DynamicSearchWarning>Trait Implementations§
Source§impl Clone for NormalizedDynamicSearch
impl Clone for NormalizedDynamicSearch
Source§fn clone(&self) -> NormalizedDynamicSearch
fn clone(&self) -> NormalizedDynamicSearch
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 NormalizedDynamicSearch
impl RefUnwindSafe for NormalizedDynamicSearch
impl Send for NormalizedDynamicSearch
impl Sync for NormalizedDynamicSearch
impl Unpin for NormalizedDynamicSearch
impl UnsafeUnpin for NormalizedDynamicSearch
impl UnwindSafe for NormalizedDynamicSearch
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