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