pub struct CmapIter { /* private fields */ }Expand description
Value returned from the iterator. contains the key name and the Data
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmapIter
impl RefUnwindSafe for CmapIter
impl Send for CmapIter
impl Sync for CmapIter
impl Unpin for CmapIter
impl UnwindSafe for CmapIter
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