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