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