Struct schema_org_constants::TextIri
source · pub struct TextIri;Trait Implementations§
source§impl PartialEq<&str> for TextIri
impl PartialEq<&str> for TextIri
Auto Trait Implementations§
impl Freeze for TextIri
impl RefUnwindSafe for TextIri
impl Send for TextIri
impl Sync for TextIri
impl Unpin for TextIri
impl UnwindSafe for TextIri
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