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