Struct ordermap::ShortHashProxy
source · pub(crate) struct ShortHashProxy<Sz>(pub(crate) usize, pub(crate) PhantomData<Sz>);
Tuple Fields§
§0: usize
§1: PhantomData<Sz>
Implementations§
Auto Trait Implementations§
impl<Sz> Freeze for ShortHashProxy<Sz>
impl<Sz> RefUnwindSafe for ShortHashProxy<Sz>where
Sz: RefUnwindSafe,
impl<Sz> Send for ShortHashProxy<Sz>where
Sz: Send,
impl<Sz> Sync for ShortHashProxy<Sz>where
Sz: Sync,
impl<Sz> Unpin for ShortHashProxy<Sz>where
Sz: Unpin,
impl<Sz> UnwindSafe for ShortHashProxy<Sz>where
Sz: UnwindSafe,
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