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