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