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