pub struct GetSearchOverrideParams {
pub collection_name: String,
pub override_id: String,
}
Expand description
struct for passing parameters to the method [get_search_override
]
Fields§
§collection_name: String
The name of the collection
override_id: String
The id of the search override
Trait Implementations§
Source§impl Clone for GetSearchOverrideParams
impl Clone for GetSearchOverrideParams
Source§fn clone(&self) -> GetSearchOverrideParams
fn clone(&self) -> GetSearchOverrideParams
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 moreAuto Trait Implementations§
impl Freeze for GetSearchOverrideParams
impl RefUnwindSafe for GetSearchOverrideParams
impl Send for GetSearchOverrideParams
impl Sync for GetSearchOverrideParams
impl Unpin for GetSearchOverrideParams
impl UnwindSafe for GetSearchOverrideParams
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