Struct planus_cli::cst::NamespacePath [−][src]
pub struct NamespacePath<'input> {
pub span: Span,
pub initial_segments: Vec<NamespacePathSegment<'input>>,
pub final_segment: IdentToken<'input>,
}Fields
span: Spaninitial_segments: Vec<NamespacePathSegment<'input>>final_segment: IdentToken<'input>Implementations
Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for NamespacePath<'input>
impl<'input> Send for NamespacePath<'input>
impl<'input> Sync for NamespacePath<'input>
impl<'input> Unpin for NamespacePath<'input>
impl<'input> UnwindSafe for NamespacePath<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
