pub struct terms;
Trait Implementations§
impl HasInputField<terms, Option<JSON>> for MultiReviewWinnerInput
Auto Trait Implementations§
impl Freeze for terms
impl RefUnwindSafe for terms
impl Send for terms
impl Sync for terms
impl Unpin for terms
impl UnwindSafe for terms
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