pub enum LetFormalType {
    DataTypeOrImplicit(Box<DataTypeOrImplicit>),
    Untyped(Box<Keyword>),
}Variants§
Trait Implementations§
Source§impl Clone for LetFormalType
 
impl Clone for LetFormalType
Source§fn clone(&self) -> LetFormalType
 
fn clone(&self) -> LetFormalType
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 LetFormalType
 
impl Debug for LetFormalType
Source§impl<'a> From<&'a LetFormalType> for RefNode<'a>
 
impl<'a> From<&'a LetFormalType> for RefNode<'a>
Source§fn from(x: &'a LetFormalType) -> RefNode<'a>
 
fn from(x: &'a LetFormalType) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a LetFormalType> for RefNodes<'a>
 
impl<'a> From<&'a LetFormalType> for RefNodes<'a>
Source§fn from(x: &'a LetFormalType) -> RefNodes<'a>
 
fn from(x: &'a LetFormalType) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<LetFormalType> for AnyNode
 
impl From<LetFormalType> for AnyNode
Source§fn from(x: LetFormalType) -> AnyNode
 
fn from(x: LetFormalType) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a LetFormalType
 
impl<'a> IntoIterator for &'a LetFormalType
Source§impl PartialEq for LetFormalType
 
impl PartialEq for LetFormalType
Source§impl<'a> TryFrom<&'a LetFormalType> for Locate
 
impl<'a> TryFrom<&'a LetFormalType> for Locate
Source§impl TryFrom<AnyNode> for LetFormalType
 
impl TryFrom<AnyNode> for LetFormalType
Source§impl TryFrom<LetFormalType> for Locate
 
impl TryFrom<LetFormalType> for Locate
impl StructuralPartialEq for LetFormalType
Auto Trait Implementations§
impl Freeze for LetFormalType
impl RefUnwindSafe for LetFormalType
impl Send for LetFormalType
impl Sync for LetFormalType
impl Unpin for LetFormalType
impl UnwindSafe for LetFormalType
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