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