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