pub struct Url(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Url
 
impl<'de> Deserialize<'de> for Url
Source§fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl CoercesTo<Option<Option<URL>>> for Url
impl CoercesTo<Option<URL>> for Url
impl CoercesTo<Option<Vec<Option<URL>>>> for Url
impl CoercesTo<Option<Vec<URL>>> for Url
impl CoercesTo<Vec<URL>> for Url
impl CoercesTo<Vec<Vec<URL>>> for Url
Auto Trait Implementations§
impl Freeze for Url
impl RefUnwindSafe for Url
impl Send for Url
impl Sync for Url
impl Unpin for Url
impl UnwindSafe for Url
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