pub struct Path<Segment> {
pub segments: Vec<Segment>,
}
Fields§
§segments: Vec<Segment>
Implementations§
Trait Implementations§
source§impl<Segment: PartialEq> PartialEq for Path<Segment>
impl<Segment: PartialEq> PartialEq for Path<Segment>
impl<Segment> StructuralPartialEq for Path<Segment>
Auto Trait Implementations§
impl<Segment> RefUnwindSafe for Path<Segment>where
Segment: RefUnwindSafe,
impl<Segment> Send for Path<Segment>where
Segment: Send,
impl<Segment> Sync for Path<Segment>where
Segment: Sync,
impl<Segment> Unpin for Path<Segment>where
Segment: Unpin,
impl<Segment> UnwindSafe for Path<Segment>where
Segment: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more