pub struct NeighbourhoodsClient { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for NeighbourhoodsClient
impl RefUnwindSafe for NeighbourhoodsClient
impl Send for NeighbourhoodsClient
impl Sync for NeighbourhoodsClient
impl Unpin for NeighbourhoodsClient
impl UnwindSafe for NeighbourhoodsClient
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