Struct syn::PathSegment [−][src]
pub struct PathSegment {
pub ident: Ident,
pub arguments: PathArguments,
}Expand description
A segment of a path together with any path arguments on that segment.
This type is available only if Syn is built with the "derive" or "full"
feature.
Fields
ident: Identarguments: PathArgumentsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PathSegmentimpl !Send for PathSegmentimpl !Sync for PathSegmentimpl Unpin for PathSegmentimpl UnwindSafe for PathSegmentBlanket Implementations
Mutably borrows from an owned value. Read more