#[repr(C)]pub struct mgp_map_items_iterator { /* private fields */ }Expand description
An iterator over the items in mgp_map.
Trait Implementations§
Source§impl Clone for mgp_map_items_iterator
impl Clone for mgp_map_items_iterator
Source§fn clone(&self) -> mgp_map_items_iterator
fn clone(&self) -> mgp_map_items_iterator
Returns a duplicate 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 Debug for mgp_map_items_iterator
impl Debug for mgp_map_items_iterator
impl Copy for mgp_map_items_iterator
Auto Trait Implementations§
impl Freeze for mgp_map_items_iterator
impl RefUnwindSafe for mgp_map_items_iterator
impl Send for mgp_map_items_iterator
impl Sync for mgp_map_items_iterator
impl Unpin for mgp_map_items_iterator
impl UnwindSafe for mgp_map_items_iterator
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