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