pub struct UIntMeta<'s, K: 's, X>(/* private fields */);
Expand description
Meta data for the UIntIndex, like min and max value from the saved Index.
Implementations§
Auto Trait Implementations§
impl<'s, K, X> Freeze for UIntMeta<'s, K, X>
impl<'s, K, X> RefUnwindSafe for UIntMeta<'s, K, X>where
K: RefUnwindSafe,
X: RefUnwindSafe,
impl<'s, K, X> Send for UIntMeta<'s, K, X>
impl<'s, K, X> Sync for UIntMeta<'s, K, X>
impl<'s, K, X> Unpin for UIntMeta<'s, K, X>
impl<'s, K, X> UnwindSafe for UIntMeta<'s, K, X>where
K: RefUnwindSafe,
X: RefUnwindSafe,
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