Struct schema_org_constants::ProfilePageIri
source · pub struct ProfilePageIri;Trait Implementations§
source§impl PartialEq<&str> for ProfilePageIri
impl PartialEq<&str> for ProfilePageIri
source§impl PartialEq<ProfilePageIri> for &str
impl PartialEq<ProfilePageIri> for &str
source§fn eq(&self, other: &ProfilePageIri) -> bool
fn eq(&self, other: &ProfilePageIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for ProfilePageIri
impl RefUnwindSafe for ProfilePageIri
impl Send for ProfilePageIri
impl Sync for ProfilePageIri
impl Unpin for ProfilePageIri
impl UnwindSafe for ProfilePageIri
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