pub struct MapProjection { /* private fields */ }Implementations§
Source§impl MapProjection
impl MapProjection
Source§impl MapProjection
Hand-written accessor: iterate the MapProjectionItem children of a
MapProjection. Lives outside generated.rs so codegen runs do not
clobber it.
impl MapProjection
Hand-written accessor: iterate the MapProjectionItem children of a
MapProjection. Lives outside generated.rs so codegen runs do not
clobber it.
Sourcepub fn items(&self) -> impl Iterator<Item = MapProjectionItem> + '_
pub fn items(&self) -> impl Iterator<Item = MapProjectionItem> + '_
Iterate the projection’s items in source order. The receiver
expression is reachable via the codegen-emitted Self::subject
accessor.
Trait Implementations§
Source§impl Clone for MapProjection
impl Clone for MapProjection
Source§fn clone(&self) -> MapProjection
fn clone(&self) -> MapProjection
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 moreSource§impl Debug for MapProjection
impl Debug for MapProjection
Source§impl Hash for MapProjection
impl Hash for MapProjection
Source§impl PartialEq for MapProjection
impl PartialEq for MapProjection
Source§fn eq(&self, other: &MapProjection) -> bool
fn eq(&self, other: &MapProjection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MapProjection
impl StructuralPartialEq for MapProjection
Auto Trait Implementations§
impl Freeze for MapProjection
impl !RefUnwindSafe for MapProjection
impl !Send for MapProjection
impl !Sync for MapProjection
impl Unpin for MapProjection
impl UnsafeUnpin for MapProjection
impl !UnwindSafe for MapProjection
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