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