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