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