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