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