pub struct AcknowledgmentsField {
pub uri: IriString,
/* private fields */
}Expand description
An Acknowledgments field links to a page where security researchers are recognized
Fields§
§uri: IriStringThe URI of the link according to RFC 3986
Trait Implementations§
Source§impl Debug for AcknowledgmentsField
impl Debug for AcknowledgmentsField
Source§impl PartialEq for AcknowledgmentsField
impl PartialEq for AcknowledgmentsField
Source§impl Valuable for AcknowledgmentsField
impl Valuable for AcknowledgmentsField
impl StructuralPartialEq for AcknowledgmentsField
Auto Trait Implementations§
impl Freeze for AcknowledgmentsField
impl RefUnwindSafe for AcknowledgmentsField
impl Send for AcknowledgmentsField
impl Sync for AcknowledgmentsField
impl Unpin for AcknowledgmentsField
impl UnwindSafe for AcknowledgmentsField
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