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