pub struct GenerateBlockIdentifier<'a>(pub Identifier<'a>);Tuple Fields§
§0: Identifier<'a>Implementations§
Source§impl<'a: 'b, 'b> GenerateBlockIdentifier<'a>
impl<'a: 'b, 'b> GenerateBlockIdentifier<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the GenerateBlockIdentifier and its children
Trait Implementations§
Source§impl<'a> Clone for GenerateBlockIdentifier<'a>
impl<'a> Clone for GenerateBlockIdentifier<'a>
Source§fn clone(&self) -> GenerateBlockIdentifier<'a>
fn clone(&self) -> GenerateBlockIdentifier<'a>
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<'a> Debug for GenerateBlockIdentifier<'a>
impl<'a> Debug for GenerateBlockIdentifier<'a>
Source§impl<'a: 'b, 'b> From<&'b GenerateBlockIdentifier<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b GenerateBlockIdentifier<'a>> for Node<'a, 'b>
Source§fn from(value: &'b GenerateBlockIdentifier<'a>) -> Self
fn from(value: &'b GenerateBlockIdentifier<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b GenerateBlockIdentifier<'a>
impl<'a: 'b, 'b> IntoIterator for &'b GenerateBlockIdentifier<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for GenerateBlockIdentifier<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for GenerateBlockIdentifier<'a>
Source§impl<'a> PartialEq for GenerateBlockIdentifier<'a>
impl<'a> PartialEq for GenerateBlockIdentifier<'a>
impl<'a> StructuralPartialEq for GenerateBlockIdentifier<'a>
Auto Trait Implementations§
impl<'a> Freeze for GenerateBlockIdentifier<'a>
impl<'a> RefUnwindSafe for GenerateBlockIdentifier<'a>
impl<'a> Send for GenerateBlockIdentifier<'a>
impl<'a> Sync for GenerateBlockIdentifier<'a>
impl<'a> Unpin for GenerateBlockIdentifier<'a>
impl<'a> UnsafeUnpin for GenerateBlockIdentifier<'a>
impl<'a> UnwindSafe for GenerateBlockIdentifier<'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