pub struct EntityScreeningHitUrls {
pub url: String,
}Expand description
URLs associated with the entity screening hit
Fields§
§url: StringAn ‘http’ or ‘https’ URL (must begin with either of those).
Trait Implementations§
Source§impl Clone for EntityScreeningHitUrls
impl Clone for EntityScreeningHitUrls
Source§fn clone(&self) -> EntityScreeningHitUrls
fn clone(&self) -> EntityScreeningHitUrls
Returns a duplicate 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 moreSource§impl Debug for EntityScreeningHitUrls
impl Debug for EntityScreeningHitUrls
Source§impl Default for EntityScreeningHitUrls
impl Default for EntityScreeningHitUrls
Source§fn default() -> EntityScreeningHitUrls
fn default() -> EntityScreeningHitUrls
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntityScreeningHitUrls
impl<'de> Deserialize<'de> for EntityScreeningHitUrls
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
Source§impl Display for EntityScreeningHitUrls
impl Display for EntityScreeningHitUrls
Auto Trait Implementations§
impl Freeze for EntityScreeningHitUrls
impl RefUnwindSafe for EntityScreeningHitUrls
impl Send for EntityScreeningHitUrls
impl Sync for EntityScreeningHitUrls
impl Unpin for EntityScreeningHitUrls
impl UnwindSafe for EntityScreeningHitUrls
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