pub struct HiringField {
pub uri: IriString,
/* private fields */
}Expand description
A Hiring field links to the vendor’s security-related job positions
Fields§
§uri: IriStringThe URI of the link according to RFC 3986
Trait Implementations§
Source§impl Debug for HiringField
impl Debug for HiringField
Source§impl PartialEq for HiringField
impl PartialEq for HiringField
Source§impl Valuable for HiringField
impl Valuable for HiringField
impl StructuralPartialEq for HiringField
Auto Trait Implementations§
impl Freeze for HiringField
impl RefUnwindSafe for HiringField
impl Send for HiringField
impl Sync for HiringField
impl Unpin for HiringField
impl UnwindSafe for HiringField
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