Struct devise::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 if Syn is built with the "derive"
or "full"
feature.
Fields
ident: Ident
arguments: PathArguments
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more