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