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