pub struct UrlOrPathRef<'a> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for UrlOrPathRef<'a>
impl<'a> RefUnwindSafe for UrlOrPathRef<'a>
impl<'a> Send for UrlOrPathRef<'a>
impl<'a> !Sync for UrlOrPathRef<'a>
impl<'a> Unpin for UrlOrPathRef<'a>
impl<'a> UnsafeUnpin for UrlOrPathRef<'a>
impl<'a> UnwindSafe for UrlOrPathRef<'a>
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
Source§impl<T> PathsInErrorsExt for Twhere
T: ?Sized,
impl<T> PathsInErrorsExt for Twhere
T: ?Sized,
Source§fn with_paths_in_errors(&self) -> SysWithPathsInErrors<'_, Self>
fn with_paths_in_errors(&self) -> SysWithPathsInErrors<'_, Self>
Wraps
self in a SysWithPathsInErrors that includes paths in error messages.