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