pub(crate) struct GrowingHashmapMapElemChar<ValueType> {
pub(crate) key: u32,
pub(crate) value: ValueType,
}
Fields§
§key: u32
§value: ValueType
Trait Implementations§
source§impl<ValueType: Clone> Clone for GrowingHashmapMapElemChar<ValueType>
impl<ValueType: Clone> Clone for GrowingHashmapMapElemChar<ValueType>
source§fn clone(&self) -> GrowingHashmapMapElemChar<ValueType>
fn clone(&self) -> GrowingHashmapMapElemChar<ValueType>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<ValueType: Default> Default for GrowingHashmapMapElemChar<ValueType>
impl<ValueType: Default> Default for GrowingHashmapMapElemChar<ValueType>
source§fn default() -> GrowingHashmapMapElemChar<ValueType>
fn default() -> GrowingHashmapMapElemChar<ValueType>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<ValueType> Freeze for GrowingHashmapMapElemChar<ValueType>where
ValueType: Freeze,
impl<ValueType> RefUnwindSafe for GrowingHashmapMapElemChar<ValueType>where
ValueType: RefUnwindSafe,
impl<ValueType> Send for GrowingHashmapMapElemChar<ValueType>where
ValueType: Send,
impl<ValueType> Sync for GrowingHashmapMapElemChar<ValueType>where
ValueType: Sync,
impl<ValueType> Unpin for GrowingHashmapMapElemChar<ValueType>where
ValueType: Unpin,
impl<ValueType> UnwindSafe for GrowingHashmapMapElemChar<ValueType>where
ValueType: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)