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