pub struct JobPostingIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for JobPostingIriOrLabel
impl PartialEq<&str> for JobPostingIriOrLabel
source§impl PartialEq<JobPostingIriOrLabel> for &str
impl PartialEq<JobPostingIriOrLabel> for &str
source§fn eq(&self, other: &JobPostingIriOrLabel) -> bool
fn eq(&self, other: &JobPostingIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for JobPostingIriOrLabel
impl RefUnwindSafe for JobPostingIriOrLabel
impl Send for JobPostingIriOrLabel
impl Sync for JobPostingIriOrLabel
impl Unpin for JobPostingIriOrLabel
impl UnwindSafe for JobPostingIriOrLabel
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