pub struct synonyms;
Trait Implementations§
Source§impl HasArgument<synonyms> for UpdateSearchSynonyms
impl HasArgument<synonyms> for UpdateSearchSynonyms
Auto Trait Implementations§
impl Freeze for synonyms
impl RefUnwindSafe for synonyms
impl Send for synonyms
impl Sync for synonyms
impl Unpin for synonyms
impl UnwindSafe for synonyms
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