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