pub struct ConfigurationPath;
Expand description

Represents a configuration path.

Implementations

Gets the key delimiter used in configuration paths.

Combines the specified segments into one path.

Arguments
  • segments - The segments to combine into a path

Extracts the last path segment from the path.

Arguments
  • path - The path to extract the key from

Extracts the path corresponding to the parent node for a given path.

Arguments
  • path - The path to extract the parent path from

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.