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