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