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