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