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