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