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