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