pub enum RealizedHref {
PathBuf(PathBuf),
Url(Url),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealizedHref
impl RefUnwindSafe for RealizedHref
impl Send for RealizedHref
impl Sync for RealizedHref
impl Unpin for RealizedHref
impl UnwindSafe for RealizedHref
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