pub struct AllowUrl;Expand description
Opt does support urls.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AllowUrl
impl<'de> Deserialize<'de> for AllowUrl
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 Copy for AllowUrl
impl StructuralPartialEq for AllowUrl
Auto Trait Implementations§
impl Freeze for AllowUrl
impl RefUnwindSafe for AllowUrl
impl Send for AllowUrl
impl Sync for AllowUrl
impl Unpin for AllowUrl
impl UnwindSafe for AllowUrl
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