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