pub struct ContactField {
pub uri: IriString,
/* private fields */
}
Expand description
A Contact field contains contact information to use for reporting vulnerabilities
Fields§
§uri: IriString
The URI of the link according to RFC 3986
Trait Implementations§
Source§impl Debug for ContactField
impl Debug for ContactField
Source§impl PartialEq for ContactField
impl PartialEq for ContactField
Source§impl Valuable for ContactField
impl Valuable for ContactField
impl StructuralPartialEq for ContactField
Auto Trait Implementations§
impl Freeze for ContactField
impl RefUnwindSafe for ContactField
impl Send for ContactField
impl Sync for ContactField
impl Unpin for ContactField
impl UnwindSafe for ContactField
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