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