pub struct ReviewWinnerArt;
Trait Implementations§
Source§impl HasField<__typename> for ReviewWinnerArt
impl HasField<__typename> for ReviewWinnerArt
Source§impl HasField<_id> for ReviewWinnerArt
impl HasField<_id> for ReviewWinnerArt
Source§impl HasField<activeSplashArtCoordinates> for ReviewWinnerArt
impl HasField<activeSplashArtCoordinates> for ReviewWinnerArt
Source§type Type = Option<SplashArtCoordinate>
type Type = Option<SplashArtCoordinate>
The schema marker type of this field.
Source§impl HasField<createdAt> for ReviewWinnerArt
impl HasField<createdAt> for ReviewWinnerArt
Source§impl HasField<legacyData> for ReviewWinnerArt
impl HasField<legacyData> for ReviewWinnerArt
Source§impl HasField<postId> for ReviewWinnerArt
impl HasField<postId> for ReviewWinnerArt
Source§impl HasField<schemaVersion> for ReviewWinnerArt
impl HasField<schemaVersion> for ReviewWinnerArt
Source§impl HasField<splashArtImageUrl> for ReviewWinnerArt
impl HasField<splashArtImageUrl> for ReviewWinnerArt
Auto Trait Implementations§
impl Freeze for ReviewWinnerArt
impl RefUnwindSafe for ReviewWinnerArt
impl Send for ReviewWinnerArt
impl Sync for ReviewWinnerArt
impl Unpin for ReviewWinnerArt
impl UnwindSafe for ReviewWinnerArt
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