pub struct SubPath { /* private fields */ }Expand description
Non-empty collections of segments where end of each segments coincides with the start of the next one.
Implementations§
Trait Implementations§
source§impl Extend<SubPath> for Path
impl Extend<SubPath> for Path
source§fn extend<T: IntoIterator<Item = SubPath>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = SubPath>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
source§impl PartialEq for SubPath
impl PartialEq for SubPath
impl StructuralPartialEq for SubPath
Auto Trait Implementations§
impl Freeze for SubPath
impl RefUnwindSafe for SubPath
impl Send for SubPath
impl Sync for SubPath
impl Unpin for SubPath
impl UnwindSafe for SubPath
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