pub struct NHIndex(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for NHIndex
impl<'de> Deserialize<'de> for NHIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&NHIndex> for ShortIndex
impl From<&NHIndex> for ShortIndex
Source§fn from(value: &NHIndex) -> ShortIndex
fn from(value: &NHIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<NHIndex> for ShortIndex
impl From<NHIndex> for ShortIndex
Source§fn from(value: NHIndex) -> ShortIndex
fn from(value: NHIndex) -> ShortIndex
Converts to this type from the input type.
impl Copy for NHIndex
impl Eq for NHIndex
impl StructuralPartialEq for NHIndex
Auto Trait Implementations§
impl Freeze for NHIndex
impl RefUnwindSafe for NHIndex
impl Send for NHIndex
impl Sync for NHIndex
impl Unpin for NHIndex
impl UnwindSafe for NHIndex
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