Struct reproto_core::RpPathSpec
[−]
[src]
pub struct RpPathSpec {
pub segments: Vec<RpPathSegment>,
}Fields
segments: Vec<RpPathSegment>
Methods
impl RpPathSpec[src]
fn url(&self) -> String
fn id_fragments(&self) -> Vec<&str>
Trait Implementations
impl Debug for RpPathSpec[src]
impl Clone for RpPathSpec[src]
fn clone(&self) -> RpPathSpec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more