pub struct clickRecommendation;
Trait Implementations§
Source§impl Field for clickRecommendation
impl Field for clickRecommendation
Source§impl HasArgument<postId> for clickRecommendation
impl HasArgument<postId> for clickRecommendation
Auto Trait Implementations§
impl Freeze for clickRecommendation
impl RefUnwindSafe for clickRecommendation
impl Send for clickRecommendation
impl Sync for clickRecommendation
impl Unpin for clickRecommendation
impl UnwindSafe for clickRecommendation
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