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