pub struct RecommendationsSeed {
pub after_filtering_size: u32,
pub after_relinking_size: u32,
pub href: Option<String>,
pub id: String,
pub initial_pool_size: u32,
pub _type: RecommendationsSeedType,
}Expand description
Recommendations seed object
Fields§
§after_filtering_size: u32§after_relinking_size: u32§href: Option<String>§id: String§initial_pool_size: u32§_type: RecommendationsSeedTypeTrait Implementations§
Source§impl Clone for RecommendationsSeed
impl Clone for RecommendationsSeed
Source§fn clone(&self) -> RecommendationsSeed
fn clone(&self) -> RecommendationsSeed
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecommendationsSeed
impl Debug for RecommendationsSeed
Source§impl<'de> Deserialize<'de> for RecommendationsSeed
impl<'de> Deserialize<'de> for RecommendationsSeed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecommendationsSeed
impl PartialEq for RecommendationsSeed
Source§impl Serialize for RecommendationsSeed
impl Serialize for RecommendationsSeed
impl Eq for RecommendationsSeed
impl StructuralPartialEq for RecommendationsSeed
Auto Trait Implementations§
impl Freeze for RecommendationsSeed
impl RefUnwindSafe for RecommendationsSeed
impl Send for RecommendationsSeed
impl Sync for RecommendationsSeed
impl Unpin for RecommendationsSeed
impl UnsafeUnpin for RecommendationsSeed
impl UnwindSafe for RecommendationsSeed
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