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