pub struct PostsWithApprovedJargonResult;
Trait Implementations§
Source§impl HasField<results> for PostsWithApprovedJargonResult
impl HasField<results> for PostsWithApprovedJargonResult
Source§type Type = Vec<PostWithApprovedJargon>
type Type = Vec<PostWithApprovedJargon>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PostsWithApprovedJargonResult
impl RefUnwindSafe for PostsWithApprovedJargonResult
impl Send for PostsWithApprovedJargonResult
impl Sync for PostsWithApprovedJargonResult
impl Unpin for PostsWithApprovedJargonResult
impl UnwindSafe for PostsWithApprovedJargonResult
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