pub struct altTerms;
Trait Implementations§
impl HasInputField<altTerms, Option<Vec<String>>> for UpdateJargonTermDataInput
Auto Trait Implementations§
impl Freeze for altTerms
impl RefUnwindSafe for altTerms
impl Send for altTerms
impl Sync for altTerms
impl Unpin for altTerms
impl UnwindSafe for altTerms
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