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