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