pub struct MappedNodeRows<'a> { /* private fields */ }Expand description
Borrow rows indexed by a larger graph through a local-to-external node map.
The row values themselves are not remapped. This is suitable for stable global IDs such as materialization tokens.
Implementations§
Source§impl<'a> MappedNodeRows<'a>
impl<'a> MappedNodeRows<'a>
Trait Implementations§
Source§impl<'a> Clone for MappedNodeRows<'a>
impl<'a> Clone for MappedNodeRows<'a>
Source§fn clone(&self) -> MappedNodeRows<'a>
fn clone(&self) -> MappedNodeRows<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for MappedNodeRows<'a>
Auto Trait Implementations§
impl<'a> Freeze for MappedNodeRows<'a>
impl<'a> RefUnwindSafe for MappedNodeRows<'a>
impl<'a> Send for MappedNodeRows<'a>
impl<'a> Sync for MappedNodeRows<'a>
impl<'a> Unpin for MappedNodeRows<'a>
impl<'a> UnsafeUnpin for MappedNodeRows<'a>
impl<'a> UnwindSafe for MappedNodeRows<'a>
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