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