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