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