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