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