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