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