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