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