pub struct hidePostsRecommendations;
Trait Implementations§
Source§impl Field for hidePostsRecommendations
impl Field for hidePostsRecommendations
impl HasInputField<hidePostsRecommendations, Option<bool>> for CreateUserDataInput
Auto Trait Implementations§
impl Freeze for hidePostsRecommendations
impl RefUnwindSafe for hidePostsRecommendations
impl Send for hidePostsRecommendations
impl Sync for hidePostsRecommendations
impl Unpin for hidePostsRecommendations
impl UnwindSafe for hidePostsRecommendations
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