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