pub struct AbsoluteUrl(/* private fields */);Auto Trait Implementations§
impl Freeze for AbsoluteUrl
impl RefUnwindSafe for AbsoluteUrl
impl Send for AbsoluteUrl
impl Sync for AbsoluteUrl
impl Unpin for AbsoluteUrl
impl UnsafeUnpin for AbsoluteUrl
impl UnwindSafe for AbsoluteUrl
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