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