pub struct PathSet<'set>(/* private fields */);Expand description
Set of path with a common issue.
Implementations§
Trait Implementations§
Source§impl<'set> IntoIterator for PathSet<'set>
impl<'set> IntoIterator for PathSet<'set>
Source§impl<'a, 'set> IntoIterator for &'a PathSet<'set>
impl<'a, 'set> IntoIterator for &'a PathSet<'set>
Auto Trait Implementations§
impl<'set> Freeze for PathSet<'set>
impl<'set> RefUnwindSafe for PathSet<'set>
impl<'set> Send for PathSet<'set>
impl<'set> Sync for PathSet<'set>
impl<'set> Unpin for PathSet<'set>
impl<'set> UnsafeUnpin for PathSet<'set>
impl<'set> UnwindSafe for PathSet<'set>
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