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