Struct tom::ast::DateTime[][src]

pub struct DateTime(_);

Methods

impl DateTime
[src]

impl DateTime
[src]

Trait Implementations

impl Debug for DateTime
[src]

Formats the value using the given formatter. Read more

impl Clone for DateTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DateTime
[src]

impl PartialEq for DateTime
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DateTime
[src]

impl AstNode for DateTime
[src]

impl From<DateTime> for CstNode
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DateTime

impl Sync for DateTime