pub struct PostRecommendation;
Trait Implementations§
Source§impl HasField<__typename> for PostRecommendation
impl HasField<__typename> for PostRecommendation
Source§impl HasField<_id> for PostRecommendation
impl HasField<_id> for PostRecommendation
Source§impl HasField<clickedAt> for PostRecommendation
impl HasField<clickedAt> for PostRecommendation
Source§impl HasField<clientId> for PostRecommendation
impl HasField<clientId> for PostRecommendation
Source§impl HasField<createdAt> for PostRecommendation
impl HasField<createdAt> for PostRecommendation
Source§impl HasField<legacyData> for PostRecommendation
impl HasField<legacyData> for PostRecommendation
Source§impl HasField<post> for PostRecommendation
impl HasField<post> for PostRecommendation
Source§impl HasField<postId> for PostRecommendation
impl HasField<postId> for PostRecommendation
Source§impl HasField<schemaVersion> for PostRecommendation
impl HasField<schemaVersion> for PostRecommendation
Source§impl HasField<strategyName> for PostRecommendation
impl HasField<strategyName> for PostRecommendation
Source§impl HasField<user> for PostRecommendation
impl HasField<user> for PostRecommendation
Source§impl HasField<userId> for PostRecommendation
impl HasField<userId> for PostRecommendation
Auto Trait Implementations§
impl Freeze for PostRecommendation
impl RefUnwindSafe for PostRecommendation
impl Send for PostRecommendation
impl Sync for PostRecommendation
impl Unpin for PostRecommendation
impl UnwindSafe for PostRecommendation
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