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