pub struct PrimaryMintypmaxExpression {
pub nodes: (Paren<MintypmaxExpression>,),
}
Fields§
§nodes: (Paren<MintypmaxExpression>,)
Trait Implementations§
Source§impl Clone for PrimaryMintypmaxExpression
impl Clone for PrimaryMintypmaxExpression
Source§fn clone(&self) -> PrimaryMintypmaxExpression
fn clone(&self) -> PrimaryMintypmaxExpression
Returns a copy 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 Debug for PrimaryMintypmaxExpression
impl Debug for PrimaryMintypmaxExpression
Source§impl<'a> From<&'a PrimaryMintypmaxExpression> for RefNode<'a>
impl<'a> From<&'a PrimaryMintypmaxExpression> for RefNode<'a>
Source§fn from(x: &'a PrimaryMintypmaxExpression) -> RefNode<'a>
fn from(x: &'a PrimaryMintypmaxExpression) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PrimaryMintypmaxExpression> for RefNodes<'a>
impl<'a> From<&'a PrimaryMintypmaxExpression> for RefNodes<'a>
Source§fn from(x: &'a PrimaryMintypmaxExpression) -> RefNodes<'a>
fn from(x: &'a PrimaryMintypmaxExpression) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PrimaryMintypmaxExpression> for AnyNode
impl From<PrimaryMintypmaxExpression> for AnyNode
Source§fn from(x: PrimaryMintypmaxExpression) -> AnyNode
fn from(x: PrimaryMintypmaxExpression) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PrimaryMintypmaxExpression
impl<'a> IntoIterator for &'a PrimaryMintypmaxExpression
Source§impl<'a> TryFrom<&'a PrimaryMintypmaxExpression> for Locate
impl<'a> TryFrom<&'a PrimaryMintypmaxExpression> for Locate
Source§impl TryFrom<AnyNode> for PrimaryMintypmaxExpression
impl TryFrom<AnyNode> for PrimaryMintypmaxExpression
Source§impl TryFrom<PrimaryMintypmaxExpression> for Locate
impl TryFrom<PrimaryMintypmaxExpression> for Locate
impl StructuralPartialEq for PrimaryMintypmaxExpression
Auto Trait Implementations§
impl Freeze for PrimaryMintypmaxExpression
impl RefUnwindSafe for PrimaryMintypmaxExpression
impl Send for PrimaryMintypmaxExpression
impl Sync for PrimaryMintypmaxExpression
impl Unpin for PrimaryMintypmaxExpression
impl UnwindSafe for PrimaryMintypmaxExpression
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