pub struct ArchivableUrl {
pub url: Url,
}
Expand description
Validator for archivable URLs
Fields§
§url: Url
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArchivableUrl
impl RefUnwindSafe for ArchivableUrl
impl Send for ArchivableUrl
impl Sync for ArchivableUrl
impl Unpin for ArchivableUrl
impl UnwindSafe for ArchivableUrl
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