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