Struct burgundy::Path[][src]

pub struct Path { /* fields omitted */ }

To make a Path, you need to use the Domain first. From that you can generate Path objects.

Methods

impl Path
[src]

Trait Implementations

impl Debug for Path
[src]

Formats the value using the given formatter. Read more

impl Clone for Path
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Display for Path
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Path

impl !Sync for Path