pub struct RecommendationsCache;
Trait Implementations§
Source§impl HasField<__typename> for RecommendationsCache
impl HasField<__typename> for RecommendationsCache
Source§impl HasField<_id> for RecommendationsCache
impl HasField<_id> for RecommendationsCache
Source§impl HasField<attributionId> for RecommendationsCache
impl HasField<attributionId> for RecommendationsCache
Source§impl HasField<createdAt> for RecommendationsCache
impl HasField<createdAt> for RecommendationsCache
Source§impl HasField<legacyData> for RecommendationsCache
impl HasField<legacyData> for RecommendationsCache
Source§impl HasField<postId> for RecommendationsCache
impl HasField<postId> for RecommendationsCache
Source§impl HasField<scenario> for RecommendationsCache
impl HasField<scenario> for RecommendationsCache
Source§impl HasField<schemaVersion> for RecommendationsCache
impl HasField<schemaVersion> for RecommendationsCache
Source§impl HasField<source> for RecommendationsCache
impl HasField<source> for RecommendationsCache
Source§impl HasField<ttlMs> for RecommendationsCache
impl HasField<ttlMs> for RecommendationsCache
Source§impl HasField<userId> for RecommendationsCache
impl HasField<userId> for RecommendationsCache
Auto Trait Implementations§
impl Freeze for RecommendationsCache
impl RefUnwindSafe for RecommendationsCache
impl Send for RecommendationsCache
impl Sync for RecommendationsCache
impl Unpin for RecommendationsCache
impl UnwindSafe for RecommendationsCache
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