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