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