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