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