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