Enum aws_smithy_http_server::routing::request_spec::PathSegment [−][src]
pub enum PathSegment {
Literal(String),
Label,
Greedy,
}Variants
Literal(String)
Tuple Fields
0: StringLabel
Greedy
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PathSegment
impl Send for PathSegment
impl Sync for PathSegment
impl Unpin for PathSegment
impl UnwindSafe for PathSegment
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more