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