pub struct RestrictPropertyStatement<'a>(pub Metadata<'a>, pub Metadata<'a>, pub Metadata<'a>, pub PropertySpec<'a>, pub Metadata<'a>, pub Metadata<'a>);Tuple Fields§
§0: Metadata<'a>§1: Metadata<'a>§2: Metadata<'a>§3: PropertySpec<'a>§4: Metadata<'a>§5: Metadata<'a>Implementations§
Source§impl<'a: 'b, 'b> RestrictPropertyStatement<'a>
impl<'a: 'b, 'b> RestrictPropertyStatement<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the RestrictPropertyStatement and its children
Trait Implementations§
Source§impl<'a> Clone for RestrictPropertyStatement<'a>
impl<'a> Clone for RestrictPropertyStatement<'a>
Source§fn clone(&self) -> RestrictPropertyStatement<'a>
fn clone(&self) -> RestrictPropertyStatement<'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 RestrictPropertyStatement<'a>
impl<'a> Debug for RestrictPropertyStatement<'a>
Source§impl<'a: 'b, 'b> From<&'b RestrictPropertyStatement<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b RestrictPropertyStatement<'a>> for Node<'a, 'b>
Source§fn from(value: &'b RestrictPropertyStatement<'a>) -> Self
fn from(value: &'b RestrictPropertyStatement<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b RestrictPropertyStatement<'a>
impl<'a: 'b, 'b> IntoIterator for &'b RestrictPropertyStatement<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for RestrictPropertyStatement<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for RestrictPropertyStatement<'a>
Source§impl<'a> PartialEq for RestrictPropertyStatement<'a>
impl<'a> PartialEq for RestrictPropertyStatement<'a>
Source§fn eq(&self, other: &RestrictPropertyStatement<'a>) -> bool
fn eq(&self, other: &RestrictPropertyStatement<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for RestrictPropertyStatement<'a>
Auto Trait Implementations§
impl<'a> Freeze for RestrictPropertyStatement<'a>
impl<'a> RefUnwindSafe for RestrictPropertyStatement<'a>
impl<'a> Send for RestrictPropertyStatement<'a>
impl<'a> Sync for RestrictPropertyStatement<'a>
impl<'a> Unpin for RestrictPropertyStatement<'a>
impl<'a> UnsafeUnpin for RestrictPropertyStatement<'a>
impl<'a> UnwindSafe for RestrictPropertyStatement<'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