pub struct IndexUrl { /* private fields */ }Expand description
A validated URL accepted by Index.
Implementations§
Trait Implementations§
impl Eq for IndexUrl
impl StructuralPartialEq for IndexUrl
Auto Trait Implementations§
impl Freeze for IndexUrl
impl RefUnwindSafe for IndexUrl
impl Send for IndexUrl
impl Sync for IndexUrl
impl Unpin for IndexUrl
impl UnsafeUnpin for IndexUrl
impl UnwindSafe for IndexUrl
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