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