pub struct Proximity(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for Proximity
impl RefUnwindSafe for Proximity
impl Send for Proximity
impl Sync for Proximity
impl Unpin for Proximity
impl UnsafeUnpin for Proximity
impl UnwindSafe for Proximity
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