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