Module path_builder

Module path_builder 

Expand description

The PathBuilder trait used to construct the path used to query endpoints and the types that implement it.

Structs§

SinglePath
The endpoint has a single path.
VersionHistory
The complete history of this endpoint as far as Ruma knows, together with all variants on versions stable and unstable.

Enums§

StablePathSelector
A selector for a stable path of an endpoint.
VersioningDecision
A versioning “decision” derived from a set of Matrix versions.

Traits§

PathBuilder
Trait implemented by types providing a method to construct the path used to query an endpoint.

Functions§

extract_endpoint_path_segment_variable
Extract the variable of the given endpoint path segment.