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