pub struct UrlMap;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlMap
impl RefUnwindSafe for UrlMap
impl Send for UrlMap
impl Sync for UrlMap
impl Unpin for UrlMap
impl UnsafeUnpin for UrlMap
impl UnwindSafe for UrlMap
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