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