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