Struct dsdl_parser::NormalizedFile [] [src]

pub struct NormalizedFile(_);

A normalized File

The underlying file can't be exposed in a mutable way. Any change to the normalized format would "denormalize" it. The NormalizedFile can be used to calculate the DSDL signature

Methods

impl NormalizedFile
[src]

[src]

Return a reference to the underlying File

[src]

Turn the NormalizedFile into the underlying File

[src]

Calculate the DSDL signature

Trait Implementations

impl Display for NormalizedFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NormalizedFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NormalizedFile
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NormalizedFile
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for NormalizedFile
[src]