pub struct UrlValidator;Expand description
Validates URL strings for proper format and supported schemes.
Implementations§
Source§impl UrlValidator
impl UrlValidator
Trait Implementations§
Source§impl Clone for UrlValidator
impl Clone for UrlValidator
Source§fn clone(&self) -> UrlValidator
fn clone(&self) -> UrlValidator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UrlValidator
Source§impl Debug for UrlValidator
impl Debug for UrlValidator
Source§impl Default for UrlValidator
impl Default for UrlValidator
Source§impl OptionValidator for UrlValidator
impl OptionValidator for UrlValidator
Auto Trait Implementations§
impl Freeze for UrlValidator
impl RefUnwindSafe for UrlValidator
impl Send for UrlValidator
impl Sync for UrlValidator
impl Unpin for UrlValidator
impl UnsafeUnpin for UrlValidator
impl UnwindSafe for UrlValidator
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