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