pub struct CuratedAndPopularThisWeek;
Trait Implementations§
Source§impl Field for CuratedAndPopularThisWeek
impl Field for CuratedAndPopularThisWeek
Source§impl HasArgument<limit> for CuratedAndPopularThisWeek
impl HasArgument<limit> for CuratedAndPopularThisWeek
Source§impl HasField<CuratedAndPopularThisWeek> for Query
impl HasField<CuratedAndPopularThisWeek> for Query
Source§type Type = Option<CuratedAndPopularThisWeekResult>
type Type = Option<CuratedAndPopularThisWeekResult>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for CuratedAndPopularThisWeek
impl RefUnwindSafe for CuratedAndPopularThisWeek
impl Send for CuratedAndPopularThisWeek
impl Sync for CuratedAndPopularThisWeek
impl Unpin for CuratedAndPopularThisWeek
impl UnwindSafe for CuratedAndPopularThisWeek
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