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