pub struct ArchivableUrl {
pub url: Url,
}
Expand description
Validator for archivable URLs
Fields§
§url: Url
Implementations§
Trait Implementations§
Source§impl Clone for ArchivableUrl
impl Clone for ArchivableUrl
Source§fn clone(&self) -> ArchivableUrl
fn clone(&self) -> ArchivableUrl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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